diff options
Diffstat (limited to 'isomac.c')
-rw-r--r-- | isomac.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isomac.c b/isomac.c index 11d0ecdcb7..074d11f823 100644 --- a/isomac.c +++ b/isomac.c @@ -207,6 +207,8 @@ main (int argc, char *argv[]) /* First get list of symbols which are defined by the compiler. */ ignore_list = get_null_defines (); + fputs ("Tested files:\n", stdout); + for (h = 0; h < NUMBER_OF_HEADERS; ++h) { char file_name[HEADER_MAX]; |