avoid warnings

This commit is contained in:
Cloud Wu
2021-03-10 12:11:02 +08:00
parent 213c9966e4
commit 6f2866e5c4

View File

@@ -125,7 +125,7 @@ LUALIB_API void (luaL_requiref) (lua_State *L, const char *modname,
*/
#if !defined(l_likely)
#define l_likely(x) x
#define l_likely(x) (x)
#endif