diff options
Diffstat (limited to 'bas.h')
-rw-r--r-- | bas.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |