aboutsummaryrefslogtreecommitdiff
path: root/bas.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-03-24 21:05:56 -0400
committerB. Watson <urchlay@slackware.uk>2025-03-24 21:05:56 -0400
commit8f566e4eb05f25a86435aa3270b96b53be42ef31 (patch)
tree2b96d4178b71ee23e83ae806dd80800e56358a92 /bas.h
parente1e42bb3c5db65e433e1800579d85b526a28118e (diff)
downloadbw-atari8-tools-8f566e4eb05f25a86435aa3270b96b53be42ef31.tar.gz
listbas: initial (buggy) support for OSS Integer BASIC.
Diffstat (limited to 'bas.h')
-rw-r--r--bas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bas.h b/bas.h
index 945b51b..c7da381 100644
--- a/bas.h
+++ b/bas.h
@@ -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);