From 11a70220670f25a9929439f0b27331f09f05235c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 8 May 2000 16:32:53 -0300 Subject: global variables are stored in a Lua table --- lundump.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lundump.c') diff --git a/lundump.c b/lundump.c index f9d90168..11ada16d 100644 --- a/lundump.c +++ b/lundump.c @@ -1,5 +1,5 @@ /* -** $Id: lundump.c,v 1.28 2000/04/24 19:32:58 lhf Exp $ +** $Id: lundump.c,v 1.20 2000/04/25 16:44:31 roberto Exp roberto $ ** load bytecodes from files ** See Copyright Notice in lua.h */ @@ -155,8 +155,7 @@ static void LoadConstants (lua_State* L, Proto* tf, ZIO* Z, int native) for (i=0; ikstr[i]=s; } } -- cgit v1.2.3-55-g6feb