From 23b38176a7ad8d8f830727bcee1669473cf3c1c1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 1 Dec 2004 13:50:18 -0200 Subject: `LUA_FIRSTINDEX' should not 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 389cb521..86dac868 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.16 2004/11/18 19:53:49 roberto Exp roberto $ +** $Id: luaconf.h,v 1.17 2004/11/24 18:55:56 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -63,9 +63,6 @@ #define LUAL_BUFFERSIZE BUFSIZ -/* first index for arrays */ -#define LUA_FIRSTINDEX 1 - /* assertions in Lua (mainly for internal debugging) */ #define lua_assert(c) ((void)0) -- cgit v1.2.3-55-g6feb