aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
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 @@
1/* 1/*
2** $Id: lundump.h,v 1.13 1999/03/29 16:16:18 lhf Exp $ 2** $Id: lundump.h,v 1.6 1999/03/30 20:29:34 roberto Exp roberto $
3** load pre-compiled Lua chunks 3** load pre-compiled Lua chunks
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -41,9 +41,9 @@
41/* -- end of user configuration -- DO NOT CHANGE ANYTHING BELOW THIS LINE -- */ 41/* -- end of user configuration -- DO NOT CHANGE ANYTHING BELOW THIS LINE -- */
42 42
43 43
44TProtoFunc* luaU_undump1(ZIO* Z); /* load one chunk */ 44TProtoFunc* luaU_undump1 (ZIO* Z); /* load one chunk */
45void luaU_testnumber(void); /* test number representation */ 45void luaU_testnumber (void); /* test number representation */
46void luaU_badconstant(char* s, int i, TObject* o, TProtoFunc* tf); 46void luaU_badconstant (char* s, int i, TObject* o, TProtoFunc* tf);
47 /* handle cases that cannot happen */ 47 /* handle cases that cannot happen */
48 48
49/* definitions for headers of binary files */ 49/* definitions for headers of binary files */