aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-18 16:42:05 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-18 16:42:05 -0300
commitaab4fde468f646b2269cd8533779673ea9935e4a (patch)
tree5cb4e26970a26f224e7417fdef20bf978451a5c6 /lundump.h
parent6ec4a0ef767f2a49983b4e2eb1d3fdb1fd331117 (diff)
downloadlua-aab4fde468f646b2269cd8533779673ea9935e4a.tar.gz
lua-aab4fde468f646b2269cd8533779673ea9935e4a.tar.bz2
lua-aab4fde468f646b2269cd8533779673ea9935e4a.zip
changes by lhf
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);