diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-11-26 09:39:20 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-11-26 09:39:20 -0200 |
commit | 3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf (patch) | |
tree | a07f436aa6a9b755bf974cce539798b99a3e83e4 /lparser.c | |
parent | b0f2b288a6b860374b9578d4c51329fc9cd43022 (diff) | |
download | lua-3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf.tar.gz lua-3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf.tar.bz2 lua-3c4d970a7b0adf9ef1cb7e6ec81dc9d9e99bfcbf.zip |
comment typos
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); |