diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.1 2004/05/03 12:28:43 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.2 2004/05/10 13:58:26 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -51,6 +51,10 @@ | |||
51 | /* buffer size used by lauxlib buffer system */ | 51 | /* buffer size used by lauxlib buffer system */ |
52 | #define LUAL_BUFFERSIZE BUFSIZ | 52 | #define LUAL_BUFFERSIZE BUFSIZ |
53 | 53 | ||
54 | |||
55 | /* first index for arrays */ | ||
56 | #define LUA_FIRSTINDEX 1 | ||
57 | |||
54 | /* }====================================================== */ | 58 | /* }====================================================== */ |
55 | 59 | ||
56 | 60 | ||