From d0356d5f15aea1f9934bd9e223bcb12a865a8608 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 1 Dec 2017 13:08:14 -0200 Subject: another value for LUAI_MAXCCALLS (must think more about that) --- llimits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llimits.h') diff --git a/llimits.h b/llimits.h index 4e641008..58346140 100644 --- 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 -- cgit v1.2.3-55-g6feb