aboutsummaryrefslogtreecommitdiff
path: root/lcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.c')
-rw-r--r--lcode.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lcode.c b/lcode.c
index 78777e00..d507e179 100644
--- a/lcode.c
+++ b/lcode.c
@@ -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
219static int real_constant (FuncState *fs, Number r) { 215static 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;