From 0133610315f42f9ec35acacd028f31e4a95a16b5 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 7 Apr 1999 12:37:02 -0300 Subject: format for function prototypes. --- lundump.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index 6b3d1101..399a72db 100644 --- a/lundump.h +++ b/lundump.h @@ -1,5 +1,5 @@ /* -** $Id: lundump.h,v 1.13 1999/03/29 16:16:18 lhf Exp $ +** $Id: lundump.h,v 1.6 1999/03/30 20:29:34 roberto Exp roberto $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ @@ -41,9 +41,9 @@ /* -- end of user configuration -- DO NOT CHANGE ANYTHING BELOW THIS LINE -- */ -TProtoFunc* luaU_undump1(ZIO* Z); /* load one chunk */ -void luaU_testnumber(void); /* test number representation */ -void luaU_badconstant(char* s, int i, TObject* o, TProtoFunc* tf); +TProtoFunc* luaU_undump1 (ZIO* Z); /* load one chunk */ +void luaU_testnumber (void); /* test number representation */ +void luaU_badconstant (char* s, int i, TObject* o, TProtoFunc* tf); /* handle cases that cannot happen */ /* definitions for headers of binary files */ -- cgit v1.2.3-55-g6feb