X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Fflags.c;h=40418dd30552e58436f65616929f45ad31d81728;hp=5d95decedcc113b7707511c37f5db275226a9a1a;hb=627b462e8421954b5102d839ff203adb3400a8cc;hpb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98 diff --git a/src/flags.c b/src/flags.c index 5d95dec..40418dd 100644 --- a/src/flags.c +++ b/src/flags.c @@ -310,3 +310,6 @@ int flag_c; attributes rather than in their original syntax. */ int flag_gccize; +/* Print included file names (-H) */ +int print_include_names; +