]> oss.titaniummirror.com Git - nesc.git/blobdiff - src/flags.h
Pristine nesc-1.3.4
[nesc.git] / src / flags.h
index dba1d110ab4cc51f59c6a5cc76a41aca23e04b51..fa571d85e585fd5a468a443936122cb54a1fecd2 100644 (file)
@@ -303,4 +303,11 @@ 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;
+
+/* Print included file names (-H) */
+extern int print_include_names;
+
 #endif