aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-01-13 17:50:30 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-01-13 17:50:30 -0200
commit965f74525b10de3b0c0c1f0a1eef5141e66da8c6 (patch)
tree2169211238cbb95a1c4e1bdc7b8247712281f6f4 /luaconf.h
parent3f2e21f0ea97e09cf4d6360803705b9d9281a215 (diff)
downloadlua-965f74525b10de3b0c0c1f0a1eef5141e66da8c6.tar.gz
lua-965f74525b10de3b0c0c1f0a1eef5141e66da8c6.tar.bz2
lua-965f74525b10de3b0c0c1f0a1eef5141e66da8c6.zip
removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not need
to 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 ff5dc8ef..c9be3dea 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.238 2014/12/29 13:27:55 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.239 2015/01/13 17:24:22 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*/
@@ -671,9 +671,6 @@
671#define LUAI_MAXSTACK 15000 671#define LUAI_MAXSTACK 15000
672#endif 672#endif
673 673
674/* reserve some space for error handling */
675#define LUAI_FIRSTPSEUDOIDX (-LUAI_MAXSTACK - 1000)
676
677 674
678/* 675/*
679@@ LUA_EXTRASPACE defines the size of a raw memory area associated with 676@@ LUA_EXTRASPACE defines the size of a raw memory area associated with