diff -r 4feced261c68 -r de822cd3df3a misc/liblua/lundump.h --- a/misc/liblua/lundump.h Tue Jan 21 22:38:13 2014 +0100 +++ b/misc/liblua/lundump.h Tue Jan 21 22:43:06 2014 +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