lua

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

commit 4365c31c89666bae24afd800ac3251527d9dc9c8
parent 44eb7d91ac24db572a50ccca388a401cbdfd6fe0
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue, 15 Aug 2000 17:14:05 -0300

new name for globaltable.

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

diff --git a/ltests.c b/ltests.c @@ -1,5 +1,5 @@ /* -** $Id: ltests.c,v 1.32 2000/08/08 20:42:07 roberto Exp roberto $ +** $Id: ltests.c,v 1.33 2000/08/09 19:16:57 roberto Exp roberto $ ** Internal Module for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -315,7 +315,7 @@ static void testC (void) { lua_setglobal(getname(&pc)); } else if EQ("pushglobals") { - lua_pushglobaltable(); + lua_pushglobals(); } else if EQ("pushstring") { lua_pushstring(getname(&pc));