aboutsummaryrefslogtreecommitdiff
path: root/bas.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-16 03:07:35 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-16 03:07:35 -0400
commit14595634df55b698f0b924e75572df6f0b809555 (patch)
tree6fba647b2d15b33c537b12d3c2a5a0454b734a42 /bas.h
parent9b46fa29695efed9a3c7e3ba891e8f69ee155e02 (diff)
downloadbw-atari8-tools-14595634df55b698f0b924e75572df6f0b809555.tar.gz
listbas: handle A+ ERROR- token (required bas.c changes); don't segfault on runaway variable name lookup.
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 4374543..7faa2bb 100644
--- a/bas.h
+++ b/bas.h
@@ -203,6 +203,7 @@ extern char *output_filename;
extern int verbose;
extern int allow_hex_const;
+extern int aplus_errtok_hack;
extern void set_self(const char *argv0);
extern void die(const char *msg);