summaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index a12d45ee..6980e0f4 100644
--- a/parser.h
+++ b/parser.h
@@ -56,6 +56,7 @@ struct parser {
val syntax_tree;
val circ_ref_hash;
cnum circ_count;
+ int circ_suppress;
scanner_t *scanner;
struct yy_token recent_tok;
struct yy_token tok_pushback[4];