aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-12-10 17:00:33 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-12-10 17:00:33 -0200
commit9db693a57c07f22dc4d80e7b143a0d77c6229c05 (patch)
tree623ef0687f89d836003b561db8c017946c4f32c9
parent1375435e4a9ad5a7625a332934251945586aceca (diff)
downloadlua-9db693a57c07f22dc4d80e7b143a0d77c6229c05.tar.gz
lua-9db693a57c07f22dc4d80e7b143a0d77c6229c05.tar.bz2
lua-9db693a57c07f22dc4d80e7b143a0d77c6229c05.zip
detail (comment)
-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