diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-04-30 14:42:21 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-04-30 14:42:21 -0300 |
| commit | d7bc346d7a9da097e517fa987ed6cc4f91874111 (patch) | |
| tree | edcc5e43f78084681f8e9f4498e12ac0974b9db3 /lparser.c | |
| parent | 673c456cbaf8d37e9e71afd2bedc00654235f90d (diff) | |
| download | lua-d7bc346d7a9da097e517fa987ed6cc4f91874111.tar.gz lua-d7bc346d7a9da097e517fa987ed6cc4f91874111.tar.bz2 lua-d7bc346d7a9da097e517fa987ed6cc4f91874111.zip | |
no more code checking
Diffstat (limited to 'lparser.c')
| -rw-r--r-- | lparser.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lparser.c,v 2.60 2008/10/30 15:39:30 roberto Exp roberto $ | 2 | ** $Id: lparser.c,v 2.61 2009/03/26 12:56: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 | */ |
| @@ -376,7 +376,6 @@ static void close_func (LexState *ls) { | |||
| 376 | f->sizelocvars = fs->nlocvars; | 376 | f->sizelocvars = fs->nlocvars; |
| 377 | luaM_reallocvector(L, f->upvalues, f->sizeupvalues, f->nups, TString *); | 377 | luaM_reallocvector(L, f->upvalues, f->sizeupvalues, f->nups, TString *); |
| 378 | f->sizeupvalues = f->nups; | 378 | f->sizeupvalues = f->nups; |
| 379 | lua_assert(luaG_checkcode(f)); | ||
| 380 | lua_assert(fs->bl == NULL); | 379 | lua_assert(fs->bl == NULL); |
| 381 | ls->fs = fs->prev; | 380 | ls->fs = fs->prev; |
| 382 | L->top -= 2; /* remove table and prototype from the stack */ | 381 | L->top -= 2; /* remove table and prototype from the stack */ |
