From 866cb79f65c844b3fcfa99d2caa4bf19930dbc6d Mon Sep 17 00:00:00 2001 From: Philipp Janda Date: Tue, 20 Jan 2015 11:35:16 +0100 Subject: luajit already has yieldable (x)pcall, add tests for code from compat52 --- c-api/compat-5.3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c-api') diff --git a/c-api/compat-5.3.h b/c-api/compat-5.3.h index 3905a10..8f38719 100644 --- a/c-api/compat-5.3.h +++ b/c-api/compat-5.3.h @@ -40,6 +40,7 @@ #if defined(LUA_VERSION_NUM) && LUA_VERSION_NUM == 501 /* XXX not implemented: + * lua_arith (new operators) * lua_upvalueid * lua_upvaluejoin * lua_version -- cgit v1.2.3-55-g6feb