summaryrefslogtreecommitdiff
path: root/bcc/scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/scan.h')
-rw-r--r--bcc/scan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcc/scan.h b/bcc/scan.h
index 98db208..e318e9e 100644
--- a/bcc/scan.h
+++ b/bcc/scan.h
@@ -200,3 +200,6 @@ EXTERN struct symstruct *gsymptr; /* symbol ptr for last identifier */
EXTERN bool_t incppexpr; /* nonzero while scanning cpp expression */
EXTERN sym_t sym; /* current symbol */
extern sym_t symofchar[]; /* table to convert chars to their symbols */
+EXTERN bool_t expect_statement; /* If set #asm needs to clear the recursive
+ * pending operations. ie: if stmts. */
+