changes by lhf

This commit is contained in:
Roberto Ierusalimschy
2000-09-18 16:42:05 -03:00
parent 6ec4a0ef76
commit aab4fde468
2 changed files with 9 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
/* load one chunk */
Proto* luaU_undump (lua_State* L, ZIO* Z);
Proto* luaU_undump1 (lua_State* L, ZIO* Z);
#define luaU_undump1 luaU_undump
/* find byte order */
int luaU_endianess (void);