diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-10-06 15:34:47 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-10-06 15:34:47 -0300 |
commit | f1c2dd3aed116167d0de8c237fd456f11fdd7172 (patch) | |
tree | 459142c6de0ef745fcd30e6bb68b277de354bddc /luaconf.h | |
parent | bd38017ddfeda738f3f1881043c0ec8bbea1adbc (diff) | |
download | lua-f1c2dd3aed116167d0de8c237fd456f11fdd7172.tar.gz lua-f1c2dd3aed116167d0de8c237fd456f11fdd7172.tar.bz2 lua-f1c2dd3aed116167d0de8c237fd456f11fdd7172.zip |
detail
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.12 2004/09/10 17:30:46 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.13 2004/09/29 21:03:42 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -135,7 +135,7 @@ | |||
135 | 135 | ||
136 | 136 | ||
137 | /* maximum depth for calls (unsigned short) */ | 137 | /* maximum depth for calls (unsigned short) */ |
138 | #define LUA_MAXCALLS 4096 | 138 | #define LUA_MAXCALLS 10000 |
139 | 139 | ||
140 | /* | 140 | /* |
141 | ** maximum depth for C calls (unsigned short): Not too big, or may | 141 | ** maximum depth for C calls (unsigned short): Not too big, or may |