diff options
Diffstat (limited to 'lundump.h')
| -rw-r--r-- | lundump.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | /* load one chunk */ | 13 | /* load one chunk */ |
| 14 | Proto* luaU_undump (lua_State* L, ZIO* Z); | 14 | Proto* luaU_undump (lua_State* L, ZIO* Z); |
| 15 | Proto* luaU_undump1 (lua_State* L, ZIO* Z); | 15 | #define luaU_undump1 luaU_undump |
| 16 | 16 | ||
| 17 | /* find byte order */ | 17 | /* find byte order */ |
| 18 | int luaU_endianess (void); | 18 | int luaU_endianess (void); |
