diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-18 16:42:05 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-18 16:42:05 -0300 |
commit | aab4fde468f646b2269cd8533779673ea9935e4a (patch) | |
tree | 5cb4e26970a26f224e7417fdef20bf978451a5c6 /lundump.h | |
parent | 6ec4a0ef767f2a49983b4e2eb1d3fdb1fd331117 (diff) | |
download | lua-aab4fde468f646b2269cd8533779673ea9935e4a.tar.gz lua-aab4fde468f646b2269cd8533779673ea9935e4a.tar.bz2 lua-aab4fde468f646b2269cd8533779673ea9935e4a.zip |
changes by lhf
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); |