]> oss.titaniummirror.com Git - nesc.git/blobdiff - src/flags.h
Pristine nesc-1.3.2
[nesc.git] / src / flags.h
index dba1d110ab4cc51f59c6a5cc76a41aca23e04b51..3af2bebea1101ae61ee03d240c2791664e8d8bea 100644 (file)
@@ -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