summaryrefslogtreecommitdiff
path: root/as/flag.h
diff options
context:
space:
mode:
Diffstat (limited to 'as/flag.h')
-rw-r--r--as/flag.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/as/flag.h b/as/flag.h
new file mode 100644
index 0000000..791dcc1
--- /dev/null
+++ b/as/flag.h
@@ -0,0 +1,5 @@
+/* flag.h - global structured-flag variables for assembler */
+
+EXTERN struct flags_s list; /* listing on/off */
+EXTERN struct flags_s maclist; /* list macros on/off */
+EXTERN struct flags_s warn; /* warnings on/off */