--- a/misc/liblua/llex.h Tue Jan 21 22:38:13 2014 +0100
+++ b/misc/liblua/llex.h Tue Jan 21 22:43:06 2014 +0100
@@ -11,10 +11,10 @@
#include "lzio.h"
-#define FIRST_RESERVED 257
+#define FIRST_RESERVED 257
/* maximum length of a reserved word */
-#define TOKEN_LEN (sizeof("function")/sizeof(char))
+#define TOKEN_LEN (sizeof("function")/sizeof(char))
/*
@@ -33,7 +33,7 @@
};
/* number of reserved words */
-#define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
+#define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
/* array with token `names' */