aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-12-01 13:50:18 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-12-01 13:50:18 -0200
commit23b38176a7ad8d8f830727bcee1669473cf3c1c1 (patch)
tree16f02a39027de00ceb847b4f16399056147c057b /luaconf.h
parent97e2dab1fb1b90f806eeb4da51bb74a2cdb6ca54 (diff)
downloadlua-23b38176a7ad8d8f830727bcee1669473cf3c1c1.tar.gz
lua-23b38176a7ad8d8f830727bcee1669473cf3c1c1.tar.bz2
lua-23b38176a7ad8d8f830727bcee1669473cf3c1c1.zip
`LUA_FIRSTINDEX' should not be configurable
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/luaconf.h b/luaconf.h
index 389cb521..86dac868 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.16 2004/11/18 19:53:49 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.17 2004/11/24 18:55:56 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*/
@@ -63,9 +63,6 @@
63#define LUAL_BUFFERSIZE BUFSIZ 63#define LUAL_BUFFERSIZE BUFSIZ
64 64
65 65
66/* first index for arrays */
67#define LUA_FIRSTINDEX 1
68
69/* assertions in Lua (mainly for internal debugging) */ 66/* assertions in Lua (mainly for internal debugging) */
70#define lua_assert(c) ((void)0) 67#define lua_assert(c) ((void)0)
71 68