summaryrefslogtreecommitdiff
path: root/as/globvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'as/globvar.h')
-rw-r--r--as/globvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/as/globvar.h b/as/globvar.h
index df4ed6e..d22f6a5 100644
--- a/as/globvar.h
+++ b/as/globvar.h
@@ -27,6 +27,8 @@ EXTERN bool_t symgen; /* generate symbol table flag */
EXTERN unsigned toterr; /* total errors */
EXTERN unsigned totwarn; /* total warnings */
+EXTERN bool_t list_force; /* Force line to be listed - no error */
+
/* bookeeping for current line */
EXTERN char *linebuf; /* buffer */