diff options
| -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.32 2000/08/08 20:42:07 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.33 2000/08/09 19:16:57 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 | */ |
| @@ -315,7 +315,7 @@ static void testC (void) { | |||
| 315 | lua_setglobal(getname(&pc)); | 315 | lua_setglobal(getname(&pc)); |
| 316 | } | 316 | } |
| 317 | else if EQ("pushglobals") { | 317 | else if EQ("pushglobals") { |
| 318 | lua_pushglobaltable(); | 318 | lua_pushglobals(); |
| 319 | } | 319 | } |
| 320 | else if EQ("pushstring") { | 320 | else if EQ("pushstring") { |
| 321 | lua_pushstring(getname(&pc)); | 321 | lua_pushstring(getname(&pc)); |
