aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
Diffstat (limited to 'lundump.h')
-rw-r--r--lundump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lundump.h b/lundump.h
index debe0b7a..22e4c8c7 100644
--- a/lundump.h
+++ b/lundump.h
@@ -12,7 +12,7 @@
12 12
13/* load one chunk */ 13/* load one chunk */
14Proto* luaU_undump (lua_State* L, ZIO* Z); 14Proto* luaU_undump (lua_State* L, ZIO* Z);
15Proto* luaU_undump1 (lua_State* L, ZIO* Z); 15#define luaU_undump1 luaU_undump
16 16
17/* find byte order */ 17/* find byte order */
18int luaU_endianess (void); 18int luaU_endianess (void);