diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-10-31 11:06:38 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-10-31 11:06:38 +0000 |
| commit | c417e38a68a434502922501799bcf86a15a42221 (patch) | |
| tree | 18d6f2443808b803c8d1466082da3507d85b3b29 /limbo/limbo.h | |
| parent | a3b48c04d0cbf55ffa78314786dacbb437db10ab (diff) | |
suppress cyclic errors by default; -y to enable them
Diffstat (limited to 'limbo/limbo.h')
| -rw-r--r-- | limbo/limbo.h | 1 |
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; |
