From 916587508c117decb2f4d70677fa06be18803874 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 11 Oct 2009 17:02:19 -0300 Subject: parser keeps list of active local variables in a single dynamic array, therefore saving C stack space --- luaconf.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index c18681dc..f9cd7283 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.109 2009/08/25 19:58:08 roberto Exp roberto $ +** $Id: luaconf.h,v 1.110 2009/09/28 16:32:50 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -454,13 +454,6 @@ #define LUAI_MAXCCALLS 200 -/* -@@ LUAI_MAXVARS is the maximum number of local variables per function -@* (must be smaller than 250). -*/ -#define LUAI_MAXVARS 200 - - /* @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system. */ -- cgit v1.2.3-55-g6feb