diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-04-07 12:37:02 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-04-07 12:37:02 -0300 |
commit | 0133610315f42f9ec35acacd028f31e4a95a16b5 (patch) | |
tree | fd76c1531b5d17c6f2511be8b3cc4c5aad34037f /lundump.h | |
parent | de04533dc020553a94ecb16480e55e51b1368dbf (diff) | |
download | lua-0133610315f42f9ec35acacd028f31e4a95a16b5.tar.gz lua-0133610315f42f9ec35acacd028f31e4a95a16b5.tar.bz2 lua-0133610315f42f9ec35acacd028f31e4a95a16b5.zip |
format for function prototypes.
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 */ |