summaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-04-07 12:37:02 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-04-07 12:37:02 -0300
commit0133610315f42f9ec35acacd028f31e4a95a16b5 (patch)
treefd76c1531b5d17c6f2511be8b3cc4c5aad34037f /lundump.h
parentde04533dc020553a94ecb16480e55e51b1368dbf (diff)
downloadlua-github-0133610315f42f9ec35acacd028f31e4a95a16b5.tar.gz
format for function prototypes.
Diffstat (limited to 'lundump.h')
-rw-r--r--lundump.h8
1 files changed, 4 insertions, 4 deletions
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 */