From 73aa465a8ed8dee6c6a27a6f8b2f51227b70789d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 10 Mar 2000 15:37:44 -0300 Subject: some name changes --- lundump.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index 4c582ad5..b3171a80 100644 --- a/lundump.h +++ b/lundump.h @@ -1,5 +1,5 @@ /* -** $Id: lundump.h,v 1.18 2000/01/28 17:51:09 lhf Exp $ +** $Id: lundump.h,v 1.13 2000/03/03 14:58:26 roberto Exp roberto $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ @@ -11,11 +11,11 @@ #include "lzio.h" /* load one chunk */ -TProtoFunc* luaU_undump1 (lua_State* L, ZIO* Z); +Proto* luaU_undump1 (lua_State* L, ZIO* Z); /* handle cases that cannot happen */ void luaU_badconstant (lua_State* L, const char* s, int i, - const TObject* o, const TProtoFunc* tf); + const TObject* o, const Proto* tf); /* convert number from text */ double luaU_str2d (lua_State* L, const char* b, const char* where); -- cgit v1.2.3-55-g6feb