commit d0356d5f15aea1f9934bd9e223bcb12a865a8608
parent ac78b914b655dd8e89d306f6336a229452046ead
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Fri, 1 Dec 2017 13:07:47 -0200
another value for LUAI_MAXCCALLS (must think more about that)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llimits.h b/llimits.h
@@ -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