summaryrefslogtreecommitdiff
path: root/bin86-0.3/as/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin86-0.3/as/source.h')
-rw-r--r--bin86-0.3/as/source.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin86-0.3/as/source.h b/bin86-0.3/as/source.h
new file mode 100644
index 0000000..5b4f847
--- /dev/null
+++ b/bin86-0.3/as/source.h
@@ -0,0 +1,10 @@
+/*
+ * bin86/as/source.h
+ *
+ * Copyright (C) 1992 Bruce Evans
+ */
+
+/* source.h - global variables for source handlers for assembler */
+
+EXTERN unsigned linum; /* line # */
+EXTERN bool_t listpre; /* flag to show line has already been listed */