diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-12-10 17:00:33 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-12-10 17:00:33 -0200 |
commit | 9db693a57c07f22dc4d80e7b143a0d77c6229c05 (patch) | |
tree | 623ef0687f89d836003b561db8c017946c4f32c9 | |
parent | 1375435e4a9ad5a7625a332934251945586aceca (diff) | |
download | lua-9db693a57c07f22dc4d80e7b143a0d77c6229c05.tar.gz lua-9db693a57c07f22dc4d80e7b143a0d77c6229c05.tar.bz2 lua-9db693a57c07f22dc4d80e7b143a0d77c6229c05.zip |
detail (comment)
-rw-r--r-- | luaconf.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 | ||