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