branch | sdl2transition |
changeset 11342 | ed5a6478e710 |
parent 10017 | de822cd3df3a |
--- a/misc/liblua/lundump.h Tue Nov 10 18:16:35 2015 +0100 +++ b/misc/liblua/lundump.h Tue Nov 10 20:43:13 2015 +0100 @@ -25,12 +25,12 @@ #endif /* for header of binary files -- this is Lua 5.1 */ -#define LUAC_VERSION 0x51 +#define LUAC_VERSION 0x51 /* for header of binary files -- this is the official format */ -#define LUAC_FORMAT 0 +#define LUAC_FORMAT 0 /* size of header of binary files */ -#define LUAC_HEADERSIZE 12 +#define LUAC_HEADERSIZE 12 #endif