aboutsummaryrefslogtreecommitdiff
path: root/bas.h
diff options
context:
space:
mode:
Diffstat (limited to 'bas.h')
-rw-r--r--bas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bas.h b/bas.h
index c7da381..c21cfae 100644
--- a/bas.h
+++ b/bas.h
@@ -203,9 +203,9 @@ extern char *output_filename;
extern int verbose;
extern int allow_hex_const;
-extern int aplus_errtok_hack;
extern int bxl_exttok_hack;
extern int numconst_size;
+extern int error_token;
extern void set_self(const char *argv0);
extern void die(const char *msg);