mirror of
https://github.com/lua/lua
synced 2024-12-24 19:36:50 +03:00
detail (comment)
This commit is contained in:
parent
1375435e4a
commit
9db693a57c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: luaconf.h,v 1.118 2009/11/26 16:49:28 roberto Exp roberto $
|
** $Id: luaconf.h,v 1.119 2009/11/26 17:34:49 roberto Exp roberto $
|
||||||
** Configuration file for Lua
|
** Configuration file for Lua
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -459,8 +459,9 @@
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ LUAI_MAXCCALLS is the maximum depth for nested C calls (short) and
|
@@ LUAI_MAXCCALLS is the maximum depth for nested C calls and
|
||||||
@* syntactical nested non-terminals in a program.
|
@* syntactical nested non-terminals in a program. (Value must
|
||||||
|
@* fit in an unsigned short int.)
|
||||||
*/
|
*/
|
||||||
#define LUAI_MAXCCALLS 200
|
#define LUAI_MAXCCALLS 200
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user