From 21cff3015a325e2f965d762de5c733f0cf8525cd Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 15 Dec 1998 12:59:43 -0200 Subject: details (for regularity) --- lundump.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index e9014d7b..c9c4c417 100644 --- a/lundump.h +++ b/lundump.h @@ -1,5 +1,5 @@ /* -** $Id: lundump.h,v 1.7 1998/06/25 15:50:09 lhf Exp $ +** $Id: lundump.h,v 1.4 1998/06/25 16:48:44 roberto Exp roberto $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ @@ -10,7 +10,7 @@ #include "lobject.h" #include "lzio.h" -TProtoFunc* luaU_undump1(ZIO* Z); /* load one chunk */ +TProtoFunc *luaU_undump1 (ZIO* Z); /* load one chunk */ #define SIGNATURE "Lua" #define VERSION 0x31 /* last format change was in 3.1 */ -- cgit v1.2.3-55-g6feb