diff options
Diffstat (limited to 'whichbas.c')
-rw-r--r-- | whichbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ int bas_type = 0x0f; /* start out with all enabled */ #define SRET_AMSB 11 #define SRET_EXTENDED_BXE 12 #define SRET_COMPILED_TURBO 13 -#define SRET_NOT_BASIC 32 +#define SRET_NOT_BASIC 64 int script_mode = 0; /* -s flag */ int script_ret; /* -s mode, exit with one of SRET_*, above, as status */ |