code parameterized by LUA_FIRSTINDEX (first index of an array)

This commit is contained in:
Roberto Ierusalimschy
2004-05-10 14:50:51 -03:00
parent b0f341ee52
commit 7e41612eb2
7 changed files with 32 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: luaconf.h,v 1.1 2004/05/03 12:28:43 roberto Exp roberto $
** $Id: luaconf.h,v 1.2 2004/05/10 13:58:26 roberto Exp roberto $
** Configuration file for Lua
** See Copyright Notice in lua.h
*/
@@ -51,6 +51,10 @@
/* buffer size used by lauxlib buffer system */
#define LUAL_BUFFERSIZE BUFSIZ
/* first index for arrays */
#define LUA_FIRSTINDEX 1
/* }====================================================== */