mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
good stack limit to compute ack(8,3)
This commit is contained in:
parent
151ba1cc7b
commit
f1a1bb23fe
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
** $Id: llimits.h,v 1.41 2002/03/18 18:16:16 roberto Exp roberto $
|
** $Id: llimits.h,v 1.42 2002/03/26 20:46:10 roberto Exp roberto $
|
||||||
** Limits, basic types, and some other `installation-dependent' definitions
|
** Limits, basic types, and some other `installation-dependent' definitions
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
@ -103,7 +103,7 @@ typedef unsigned long Instruction;
|
|||||||
|
|
||||||
/* maximum depth for calls */
|
/* maximum depth for calls */
|
||||||
#ifndef LUA_MAXCALLS
|
#ifndef LUA_MAXCALLS
|
||||||
#define LUA_MAXCALLS 2048
|
#define LUA_MAXCALLS 4096
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user