diff options
Diffstat (limited to 'lprefix.h')
| -rw-r--r-- | lprefix.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -65,6 +65,7 @@ static void compat53_rawseti (lua_State *L, int i, lua_Integer n) { | |||
| 65 | # undef lua_rawseti | 65 | # undef lua_rawseti |
| 66 | # define lua_rawseti compat53_rawseti | 66 | # define lua_rawseti compat53_rawseti |
| 67 | # if LUA_VERSION_NUM == 501 | 67 | # if LUA_VERSION_NUM == 501 |
| 68 | # undef lua_compare | ||
| 68 | # define lua_compare(L, a, b, op) lua_lessthan(L, a, b) | 69 | # define lua_compare(L, a, b, op) lua_lessthan(L, a, b) |
| 69 | # endif | 70 | # endif |
| 70 | #endif /* ltablib_c */ | 71 | #endif /* ltablib_c */ |
