diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 1.110 2002/03/04 15:26:56 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.111 2002/03/04 21:29:41 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -219,7 +219,7 @@ static int get_limits (lua_State *L) { | |||
219 | lua_newtable(L); | 219 | lua_newtable(L); |
220 | setnameval(L, "BITS_INT", BITS_INT); | 220 | setnameval(L, "BITS_INT", BITS_INT); |
221 | setnameval(L, "LFPF", LFIELDS_PER_FLUSH); | 221 | setnameval(L, "LFPF", LFIELDS_PER_FLUSH); |
222 | setnameval(L, "MAXLOCALS", MAXLOCALS); | 222 | setnameval(L, "MAXVARS", MAXVARS); |
223 | setnameval(L, "MAXPARAMS", MAXPARAMS); | 223 | setnameval(L, "MAXPARAMS", MAXPARAMS); |
224 | setnameval(L, "MAXSTACK", MAXSTACK); | 224 | setnameval(L, "MAXSTACK", MAXSTACK); |
225 | setnameval(L, "MAXUPVALUES", MAXUPVALUES); | 225 | setnameval(L, "MAXUPVALUES", MAXUPVALUES); |