diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-07-29 16:26:34 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-07-29 16:26:34 -0300 |
| commit | 91bf77534c1bdd24a2687dd45b84bd7cc6878a45 (patch) | |
| tree | 9149573ff1151f35c6fe694e3a0885f66fd366b6 /ltests.c | |
| parent | a0a384a6b14b16bce8f48d2f2d327e716ae68f3d (diff) | |
| download | lua-91bf77534c1bdd24a2687dd45b84bd7cc6878a45.tar.gz lua-91bf77534c1bdd24a2687dd45b84bd7cc6878a45.tar.bz2 lua-91bf77534c1bdd24a2687dd45b84bd7cc6878a45.zip | |
no need for a maximum number of parameters (maximum number of locals
take care of that).
Diffstat (limited to 'ltests.c')
| -rw-r--r-- | ltests.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltests.c,v 1.161 2003/05/14 21:10:07 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.162 2003/07/09 12:08:43 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 | */ |
| @@ -246,7 +246,6 @@ static int get_limits (lua_State *L) { | |||
| 246 | setnameval(L, "BITS_INT", BITS_INT); | 246 | setnameval(L, "BITS_INT", BITS_INT); |
| 247 | setnameval(L, "LFPF", LFIELDS_PER_FLUSH); | 247 | setnameval(L, "LFPF", LFIELDS_PER_FLUSH); |
| 248 | setnameval(L, "MAXVARS", MAXVARS); | 248 | setnameval(L, "MAXVARS", MAXVARS); |
| 249 | setnameval(L, "MAXPARAMS", MAXPARAMS); | ||
| 250 | setnameval(L, "MAXSTACK", MAXSTACK); | 249 | setnameval(L, "MAXSTACK", MAXSTACK); |
| 251 | setnameval(L, "MAXUPVALUES", MAXUPVALUES); | 250 | setnameval(L, "MAXUPVALUES", MAXUPVALUES); |
| 252 | return 1; | 251 | return 1; |
