X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=src%2Fflags.c;h=40418dd30552e58436f65616929f45ad31d81728;hb=627b462e8421954b5102d839ff203adb3400a8cc;hp=03d1ff73f8406b0327dcc09e18369c8d1bfd3006;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6;p=nesc.git diff --git a/src/flags.c b/src/flags.c index 03d1ff7..40418dd 100644 --- a/src/flags.c +++ b/src/flags.c @@ -306,3 +306,10 @@ int flag_default_safe; /* True if transforming plain C code */ int flag_c; +/* True if target-specific extensions should be output as gcc + attributes rather than in their original syntax. */ +int flag_gccize; + +/* Print included file names (-H) */ +int print_include_names; +