lua

A copy of the Lua development repository
Log | Files | Refs | README

commit f1c2dd3aed116167d0de8c237fd456f11fdd7172
parent bd38017ddfeda738f3f1881043c0ec8bbea1adbc
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Wed,  6 Oct 2004 15:34:25 -0300

detail

Diffstat:
Mluaconf.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/luaconf.h b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.12 2004/09/10 17:30:46 roberto Exp roberto $ +** $Id: luaconf.h,v 1.13 2004/09/29 21:03:42 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -135,7 +135,7 @@ /* maximum depth for calls (unsigned short) */ -#define LUA_MAXCALLS 4096 +#define LUA_MAXCALLS 10000 /* ** maximum depth for C calls (unsigned short): Not too big, or may