diff options
Diffstat (limited to 'c-api/compat-5.3.c')
-rw-r--r-- | c-api/compat-5.3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/c-api/compat-5.3.c b/c-api/compat-5.3.c index d7d127f..b913196 100644 --- a/c-api/compat-5.3.c +++ b/c-api/compat-5.3.c | |||
@@ -263,7 +263,6 @@ COMPAT53_API const char *luaL_tolstring (lua_State *L, int idx, size_t *len) { | |||
263 | } | 263 | } |
264 | 264 | ||
265 | 265 | ||
266 | #if !defined(COMPAT53_IS_LUAJIT) | ||
267 | static int compat53_countlevels (lua_State *L) { | 266 | static int compat53_countlevels (lua_State *L) { |
268 | lua_Debug ar; | 267 | lua_Debug ar; |
269 | int li = 1, le = 1; | 268 | int li = 1, le = 1; |
@@ -418,7 +417,6 @@ COMPAT53_API int luaL_execresult (lua_State *L, int stat) { | |||
418 | return 3; | 417 | return 3; |
419 | } | 418 | } |
420 | } | 419 | } |
421 | #endif /* not COMPAT53_IS_LUAJIT */ | ||
422 | 420 | ||
423 | 421 | ||
424 | COMPAT53_API void luaL_buffinit (lua_State *L, luaL_Buffer_53 *B) { | 422 | COMPAT53_API void luaL_buffinit (lua_State *L, luaL_Buffer_53 *B) { |