diff options
Diffstat (limited to 'bas.h')
-rw-r--r-- | bas.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ extern int verbose; extern int allow_hex_const; extern int aplus_errtok_hack; extern int bxl_exttok_hack; +extern int numconst_size; extern void set_self(const char *argv0); extern void die(const char *msg); |