aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index 48104e2d..dd8fe103 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.12 2004/09/10 17:30:46 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.13 2004/09/29 21:03:42 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*/
@@ -135,7 +135,7 @@
135 135
136 136
137/* maximum depth for calls (unsigned short) */ 137/* maximum depth for calls (unsigned short) */
138#define LUA_MAXCALLS 4096 138#define LUA_MAXCALLS 10000
139 139
140/* 140/*
141** maximum depth for C calls (unsigned short): Not too big, or may 141** maximum depth for C calls (unsigned short): Not too big, or may