diff options
Diffstat (limited to 'lcode.c')
-rw-r--r-- | lcode.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lcode.c,v 1.16 2000/03/20 19:15:37 roberto Exp roberto $ | 2 | ** $Id: lcode.c,v 1.17 2000/03/24 12:18:30 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 | */ |
@@ -212,10 +212,6 @@ void luaK_kstr (LexState *ls, int c) { | |||
212 | } | 212 | } |
213 | 213 | ||
214 | 214 | ||
215 | #ifndef LOOKBACKNUMS | ||
216 | #define LOOKBACKNUMS 20 /* arbitrary limit */ | ||
217 | #endif | ||
218 | |||
219 | static int real_constant (FuncState *fs, Number r) { | 215 | static int real_constant (FuncState *fs, Number r) { |
220 | /* check whether `r' has appeared within the last LOOKBACKNUMS entries */ | 216 | /* check whether `r' has appeared within the last LOOKBACKNUMS entries */ |
221 | Proto *f = fs->f; | 217 | Proto *f = fs->f; |