瀏覽代碼

another value for LUAI_MAXCCALLS (must think more about that)

Roberto Ierusalimschy 7 年之前
父節點
當前提交
d0356d5f15
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      llimits.h

+ 2 - 2
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