summaryrefslogtreecommitdiff
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 cc500eab..01da4afb 100644
--- a/lundump.c
+++ b/lundump.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lundump.c,v 1.24 1999/12/02 18:45:03 lhf Exp $ 2** $Id: lundump.c,v 1.16 1999/12/02 19:11:51 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*/
@@ -135,7 +135,7 @@ static void LoadConstants (lua_State* L, TProtoFunc* tf, ZIO* Z, int native)
135 case LUA_T_STRING: 135 case LUA_T_STRING:
136 tsvalue(o)=LoadTString(L,Z); 136 tsvalue(o)=LoadTString(L,Z);
137 break; 137 break;
138 case LUA_T_PROTO: 138 case LUA_T_LPROTO:
139 tfvalue(o)=LoadFunction(L,Z,native); 139 tfvalue(o)=LoadFunction(L,Z,native);
140 break; 140 break;
141 case LUA_T_NIL: 141 case LUA_T_NIL: