summaryrefslogtreecommitdiff
path: root/limbo/limbo.h
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-10-31 11:06:38 +0000
committerCharles Forsyth <charles.forsyth@gmail.com>2015-10-31 11:06:38 +0000
commitc417e38a68a434502922501799bcf86a15a42221 (patch)
tree18d6f2443808b803c8d1466082da3507d85b3b29 /limbo/limbo.h
parenta3b48c04d0cbf55ffa78314786dacbb437db10ab (diff)
suppress cyclic errors by default; -y to enable them
Diffstat (limited to 'limbo/limbo.h')
-rw-r--r--limbo/limbo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/limbo/limbo.h b/limbo/limbo.h
index 7e63e898..fa3fd0da 100644
--- a/limbo/limbo.h
+++ b/limbo/limbo.h
@@ -625,6 +625,7 @@ Extern int maxerr;
Extern int maxlabdep; /* maximum nesting of breakable/continuable statements */
Extern long maxstack; /* max size of a stack frame called */
Extern int mustcompile; /* dis header flag */
+Extern int oldcycles;
Extern int nadts;
Extern int newfnptr; /* ISELF and -ve indices */
Extern int nfns;