1
0
mirror of https://github.com/lua/lua synced 2025-03-30 09:32:52 +03:00

another value for LUAI_MAXCCALLS (must think more about that)

This commit is contained in:
Roberto Ierusalimschy 2017-12-01 13:08:14 -02:00
parent ac78b914b6
commit d0356d5f15

@ -1,5 +1,5 @@
/*
** $Id: llimits.h,v 1.144 2017/06/27 11:35:01 roberto Exp roberto $
** $Id: llimits.h,v 1.145 2017/11/23 16:35:54 roberto Exp roberto $
** Limits, basic types, and some other 'installation-dependent' definitions
** See Copyright Notice in lua.h
*/
@ -144,7 +144,7 @@ typedef LUAI_UACINT l_uacInt;
** be compatible with the size of the C stack.)
*/
#if !defined(LUAI_MAXCCALLS)
#define LUAI_MAXCCALLS 1000
#define LUAI_MAXCCALLS 2200
#endif