summaryrefslogtreecommitdiff
path: root/bin86-0.3/as/flag.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin86-0.3/as/flag.h')
-rw-r--r--bin86-0.3/as/flag.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin86-0.3/as/flag.h b/bin86-0.3/as/flag.h
new file mode 100644
index 0000000..21859cf
--- /dev/null
+++ b/bin86-0.3/as/flag.h
@@ -0,0 +1,11 @@
+/*
+ * bin86/as/flag.h
+ *
+ * Copyright (C) 1992 Bruce Evans
+ */
+
+/* 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 */