diff options
Diffstat (limited to 'lundump.h')
-rw-r--r-- | lundump.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 | ||
44 | TProtoFunc* luaU_undump1(ZIO* Z); /* load one chunk */ | 44 | TProtoFunc* luaU_undump1 (ZIO* Z); /* load one chunk */ |
45 | void luaU_testnumber(void); /* test number representation */ | 45 | void luaU_testnumber (void); /* test number representation */ |
46 | void luaU_badconstant(char* s, int i, TObject* o, TProtoFunc* tf); | 46 | void 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 */ |