Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ffi.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffi.h')
-rw-r--r--ffi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.h b/ffi.h
index dabdc9b..49584b1 100644
--- a/ffi.h
+++ b/ffi.h
@@ -105,7 +105,7 @@ static char* luaL_prepbuffsize(luaL_Buffer* B, size_t sz) {
}
return luaL_prepbuffer(B);
}
-#elif LUA_VERSION_NUM == 503
+#elif LUA_VERSION_NUM >= 503
static void (lua_remove)(lua_State *L, int idx) {
lua_remove(L, idx);
}