From 965f74525b10de3b0c0c1f0a1eef5141e66da8c6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 13 Jan 2015 17:50:30 -0200 Subject: removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not need to be configurable) --- luaconf.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index ff5dc8ef..c9be3dea 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.238 2014/12/29 13:27:55 roberto Exp roberto $ +** $Id: luaconf.h,v 1.239 2015/01/13 17:24:22 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -671,9 +671,6 @@ #define LUAI_MAXSTACK 15000 #endif -/* reserve some space for error handling */ -#define LUAI_FIRSTPSEUDOIDX (-LUAI_MAXSTACK - 1000) - /* @@ LUA_EXTRASPACE defines the size of a raw memory area associated with -- cgit v1.2.3-55-g6feb