diff options
author | Lua Team <team@lua.org> | 2014-12-11 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2014-12-11 12:00:00 +0000 |
commit | fd9a52f7ff522a363ff2495d33b331c221981d60 (patch) | |
tree | a3fca3cc276f2a2ee44a498984497a9b82e685ee /src/lundump.c | |
parent | 92fdb95364ed274752b8634c8ba3dca1f1dc5fb3 (diff) | |
download | lua-github-5.3.0-rc0.tar.gz |
Lua 5.3.0-rc05.3.0-rc0
Diffstat (limited to 'src/lundump.c')
-rw-r--r-- | src/lundump.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lundump.c b/src/lundump.c index 0cdca1af..510f3258 100644 --- a/src/lundump.c +++ b/src/lundump.c @@ -1,14 +1,17 @@ /* -** $Id: lundump.c,v 2.40 2014/06/19 18:27:20 roberto Exp $ +** $Id: lundump.c,v 2.41 2014/11/02 19:19:04 roberto Exp $ ** load precompiled Lua chunks ** See Copyright Notice in lua.h */ -#include <string.h> - #define lundump_c #define LUA_CORE +#include "lprefix.h" + + +#include <string.h> + #include "lua.h" #include "ldebug.h" |