aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaconf.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/luaconf.h b/luaconf.h
index a9e0fe11..af1e11d5 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.118 2009/11/26 16:49:28 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.119 2009/11/26 17:34:49 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*/
@@ -459,8 +459,9 @@
459 459
460 460
461/* 461/*
462@@ LUAI_MAXCCALLS is the maximum depth for nested C calls (short) and 462@@ LUAI_MAXCCALLS is the maximum depth for nested C calls and
463@* syntactical nested non-terminals in a program. 463@* syntactical nested non-terminals in a program. (Value must
464@* fit in an unsigned short int.)
464*/ 465*/
465#define LUAI_MAXCCALLS 200 466#define LUAI_MAXCCALLS 200
466 467