X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=src%2Fflags.c;fp=src%2Fflags.c;h=40418dd30552e58436f65616929f45ad31d81728;hb=2ecfe2ef876b4d5d28b1e857c7dfb3d78b43b3b6;hp=5d95decedcc113b7707511c37f5db275226a9a1a;hpb=fcf9c84cd00a6af405bb8d2f838e10ef89482857;p=nesc.git 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; +