diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2015-01-20 11:35:16 +0100 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2015-01-20 11:35:16 +0100 |
commit | 866cb79f65c844b3fcfa99d2caa4bf19930dbc6d (patch) | |
tree | 338699b9df9b2c99cec053321790e9a5960c4b3b /c-api | |
parent | e52c3c4e7af665acd23e63fd3ae85f2c8ae87e49 (diff) | |
download | lua-compat-5.3-866cb79f65c844b3fcfa99d2caa4bf19930dbc6d.tar.gz lua-compat-5.3-866cb79f65c844b3fcfa99d2caa4bf19930dbc6d.tar.bz2 lua-compat-5.3-866cb79f65c844b3fcfa99d2caa4bf19930dbc6d.zip |
luajit already has yieldable (x)pcall, add tests for code from compat52
Diffstat (limited to 'c-api')
-rw-r--r-- | c-api/compat-5.3.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
40 | #if defined(LUA_VERSION_NUM) && LUA_VERSION_NUM == 501 | 40 | #if defined(LUA_VERSION_NUM) && LUA_VERSION_NUM == 501 |
41 | 41 | ||
42 | /* XXX not implemented: | 42 | /* XXX not implemented: |
43 | * lua_arith (new operators) | ||
43 | * lua_upvalueid | 44 | * lua_upvalueid |
44 | * lua_upvaluejoin | 45 | * lua_upvaluejoin |
45 | * lua_version | 46 | * lua_version |