From 9fdf73bc9a6b4c6afbfff1d8181fface6b1c6761 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 28 Aug 2000 14:57:04 -0300 Subject: first version for new API --- lundump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lundump.c') diff --git a/lundump.c b/lundump.c index 386bebc9..2e3478ad 100644 --- a/lundump.c +++ b/lundump.c @@ -1,5 +1,5 @@ /* -** $Id: lundump.c,v 1.24 2000/08/09 19:16:57 roberto Exp roberto $ +** $Id: lundump.c,v 1.25 2000/08/24 14:19:39 roberto Exp roberto $ ** load bytecodes from files ** See Copyright Notice in lua.h */ @@ -130,7 +130,7 @@ static void LoadCode (lua_State* L, Proto* tf, ZIO* Z) } static void LoadLocals (lua_State* L, Proto* tf, ZIO* Z) -{ +{ } static Proto* LoadFunction (lua_State* L, ZIO* Z, int native); -- cgit v1.2.3-55-g6feb