diff options
Diffstat (limited to 'lparser.c')
-rw-r--r-- | lparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lparser.c,v 2.71 2009/10/14 16:43:11 roberto Exp roberto $ | 2 | ** $Id: lparser.c,v 2.72 2009/11/17 16:33:38 roberto Exp roberto $ |
3 | ** Lua Parser | 3 | ** Lua Parser |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -404,7 +404,7 @@ static void close_func (LexState *ls) { | |||
404 | f->sizeupvalues = fs->nups; | 404 | f->sizeupvalues = fs->nups; |
405 | lua_assert(fs->bl == NULL); | 405 | lua_assert(fs->bl == NULL); |
406 | ls->fs = fs->prev; | 406 | ls->fs = fs->prev; |
407 | /* last token read was anchored in defunct function; must reanchor it */ | 407 | /* last token read was anchored in defunct function; must re-anchor it */ |
408 | anchor_token(ls); | 408 | anchor_token(ls); |
409 | L->top--; /* pop table of constants */ | 409 | L->top--; /* pop table of constants */ |
410 | luaC_checkGC(L); | 410 | luaC_checkGC(L); |