aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lj_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_parse.c b/src/lj_parse.c
index 522f8ef8..1570f833 100644
--- a/src/lj_parse.c
+++ b/src/lj_parse.c
@@ -1233,7 +1233,7 @@ static void fs_init(LexState *ls, FuncState *fs)
1233 fs->nuv = 0; 1233 fs->nuv = 0;
1234 fs->bl = NULL; 1234 fs->bl = NULL;
1235 fs->flags = 0; 1235 fs->flags = 0;
1236 fs->framesize = 2; /* Minimum frame size. */ 1236 fs->framesize = 1; /* Minimum frame size. */
1237 fs->kt = lj_tab_new(L, 0, 0); 1237 fs->kt = lj_tab_new(L, 0, 0);
1238 /* Anchor table of constants in stack to avoid being collected. */ 1238 /* Anchor table of constants in stack to avoid being collected. */
1239 settabV(L, L->top, fs->kt); 1239 settabV(L, L->top, fs->kt);