Skip to content

Commit 648e891

Browse files
committed
ELSE IF / ELSEIF block-form support; MAX_VARS 128 -> 512; rpg uses ELSE IF
1 parent 66e95a5 commit 648e891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ static void init_console_ansi(void)
13651365
#define MAX_INCLUDE_PATH 512
13661366

13671367
static char include_path_store[MAX_INCLUDE_DEPTH][MAX_INCLUDE_PATH];
1368-
#define MAX_VARS 128
1368+
#define MAX_VARS 512
13691369
#define VAR_NAME_MAX 32
13701370
#define MAX_GOSUB 64
13711371
#define MAX_FOR 32

0 commit comments

Comments
 (0)