diff options
| -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 | ||
