From b92c5e273294d6356dafef1cb17eb47d859d261c Mon Sep 17 00:00:00 2001 From: Chengzhi Tan Date: Mon, 14 May 2018 23:42:34 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=98UCHAR=5FMAX=E2=80=99=20undeclare?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/luaconf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/luaconf.h b/lua/luaconf.h index 9e35e14e8..be865e157 100644 --- a/lua/luaconf.h +++ b/lua/luaconf.h @@ -874,14 +874,12 @@ static inline void *realloc(const void *p, size_t new_size) /* signal.h */ #define l_signalT lu_byte -#ifdef __mips__ /* limits.h */ #define UCHAR_MAX (255) #define CHAR_BIT (8) #undef LUAL_BUFFERSIZE /* stack shouldn't be greater than 2048 */ #define LUAL_BUFFERSIZE (1024) -#endif /* __mips__ */ #endif /* __linux__ */