aboutsummaryrefslogtreecommitdiff
path: root/lundump.c
diff options
context:
space:
mode:
Diffstat (limited to 'lundump.c')
-rw-r--r--lundump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lundump.c b/lundump.c
index 386bebc9..2e3478ad 100644
--- a/lundump.c
+++ b/lundump.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lundump.c,v 1.24 2000/08/09 19:16:57 roberto Exp roberto $ 2** $Id: lundump.c,v 1.25 2000/08/24 14:19:39 roberto Exp roberto $
3** load bytecodes from files 3** load bytecodes from files
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -130,7 +130,7 @@ static void LoadCode (lua_State* L, Proto* tf, ZIO* Z)
130} 130}
131 131
132static void LoadLocals (lua_State* L, Proto* tf, ZIO* Z) 132static void LoadLocals (lua_State* L, Proto* tf, ZIO* Z)
133{ 133{
134} 134}
135 135
136static Proto* LoadFunction (lua_State* L, ZIO* Z, int native); 136static Proto* LoadFunction (lua_State* L, ZIO* Z, int native);