Skip to content

Commit c7ab7ff

Browse files
committed
removed remaining GOTO!
1 parent 78eaad1 commit c7ab7ff

2 files changed

Lines changed: 366 additions & 219 deletions

File tree

basic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ static struct select_frame select_stack[MAX_SELECT_DEPTH];
20972097
static int select_top = 0;
20982098

20992099
#define MAX_UDF_PARAMS 16
2100-
#define MAX_UDF_FUNCS 32
2100+
#define MAX_UDF_FUNCS 128
21012101
#define MAX_UDF_DEPTH 16
21022102

21032103
struct udf_func {

0 commit comments

Comments
 (0)