diff options
Diffstat (limited to 'lcode.c')
| -rw-r--r-- | lcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lcode.c,v 2.83 2014/03/07 16:19:00 roberto Exp roberto $ | 2 | ** $Id: lcode.c,v 2.84 2014/03/09 19:21:34 roberto Exp roberto $ |
| 3 | ** Code generator for Lua | 3 | ** Code generator for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -308,7 +308,7 @@ static void freeexp (FuncState *fs, expdesc *e) { | |||
| 308 | 308 | ||
| 309 | 309 | ||
| 310 | /* | 310 | /* |
| 311 | ** Use scanner's table to cache position of constants in contant list | 311 | ** Use scanner's table to cache position of constants in constant list |
| 312 | ** and try to reuse constants | 312 | ** and try to reuse constants |
| 313 | */ | 313 | */ |
| 314 | static int addk (FuncState *fs, TValue *key, TValue *v) { | 314 | static int addk (FuncState *fs, TValue *key, TValue *v) { |
