summaryrefslogtreecommitdiff
path: root/bcc/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/parse.h')
-rw-r--r--bcc/parse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcc/parse.h b/bcc/parse.h
index ab67f6c..429ca2a 100644
--- a/bcc/parse.h
+++ b/bcc/parse.h
@@ -17,3 +17,6 @@ EXTERN struct nodestruct *etptr; /* ptr to next entry in expression tree */
EXTERN struct symstruct *gvarsymptr; /* gsymptr for last identifier declared */
EXTERN scopelev_t level; /* scope level */
/* depends on zero init */
+#ifndef VERY_SMALL_MEMORY
+EXTERN bool_t ancient; /* undersand ancient K&R */
+#endif