X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=src%2Fflags.c;fp=src%2Fflags.c;h=5d95decedcc113b7707511c37f5db275226a9a1a;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hp=03d1ff73f8406b0327dcc09e18369c8d1bfd3006;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6;p=nesc.git diff --git a/src/flags.c b/src/flags.c index 03d1ff7..5d95dec 100644 --- a/src/flags.c +++ b/src/flags.c @@ -306,3 +306,7 @@ 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; +