X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Fflags.h;h=3af2bebea1101ae61ee03d240c2791664e8d8bea;hp=dba1d110ab4cc51f59c6a5cc76a41aca23e04b51;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/src/flags.h b/src/flags.h index dba1d11..3af2beb 100644 --- a/src/flags.h +++ b/src/flags.h @@ -303,4 +303,8 @@ extern int flag_default_safe; /* True if transforming plain C code */ extern int flag_c; +/* True if target-specific extensions should be output as gcc + attributes rather than in their original syntax. */ +extern int flag_gccize; + #endif