From 213e9febc889d5aaae8ef0e8b777cdb4889e30c1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Fri, 24 Mar 2000 14:26:08 -0300 Subject: limits now are in `llims.n' --- lcode.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lcode.c') diff --git a/lcode.c b/lcode.c index 78777e00..d507e179 100644 --- a/lcode.c +++ b/lcode.c @@ -1,5 +1,5 @@ /* -** $Id: lcode.c,v 1.16 2000/03/20 19:15:37 roberto Exp roberto $ +** $Id: lcode.c,v 1.17 2000/03/24 12:18:30 roberto Exp roberto $ ** Code generator for Lua ** See Copyright Notice in lua.h */ @@ -212,10 +212,6 @@ void luaK_kstr (LexState *ls, int c) { } -#ifndef LOOKBACKNUMS -#define LOOKBACKNUMS 20 /* arbitrary limit */ -#endif - static int real_constant (FuncState *fs, Number r) { /* check whether `r' has appeared within the last LOOKBACKNUMS entries */ Proto *f = fs->f; -- cgit v1.2.3-55-g6feb