aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/compat53/c-api/compat-5.3.h
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2020-07-09 22:56:47 +1000
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2020-07-09 22:56:47 +1000
commit1baeacb17e1dccc843a0f25579a22c68d5a8a1e1 (patch)
treeb68489fd969b5762e9ebf34b5b9c6076879a8daa /vendor/compat53/c-api/compat-5.3.h
parentd826b20c71398e2e77c1cfe4e90086d8a72f3414 (diff)
parentde60088d19ff006b4feceb780e97a15611fe2905 (diff)
downloadluaossl-1baeacb17e1dccc843a0f25579a22c68d5a8a1e1.tar.gz
luaossl-1baeacb17e1dccc843a0f25579a22c68d5a8a1e1.tar.bz2
luaossl-1baeacb17e1dccc843a0f25579a22c68d5a8a1e1.zip
Merge lua-compat-5.3 v0.9
Diffstat (limited to 'vendor/compat53/c-api/compat-5.3.h')
-rw-r--r--vendor/compat53/c-api/compat-5.3.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/compat53/c-api/compat-5.3.h b/vendor/compat53/c-api/compat-5.3.h
index fb6cc25..b730a4b 100644
--- a/vendor/compat53/c-api/compat-5.3.h
+++ b/vendor/compat53/c-api/compat-5.3.h
@@ -293,6 +293,9 @@ typedef int (*lua_KFunction)(lua_State *L, int status, lua_KContext ctx);
#define lua_geti COMPAT53_CONCAT(COMPAT53_PREFIX, _geti)
COMPAT53_API int lua_geti (lua_State *L, int index, lua_Integer i);
+#define lua_getextraspace COMPAT53_CONCAT(COMPAT53_PREFIX, _getextraspace)
+COMPAT53_API void *lua_getextraspace (lua_State *L);
+
#define lua_isinteger COMPAT53_CONCAT(COMPAT53_PREFIX, _isinteger)
COMPAT53_API int lua_isinteger (lua_State *L, int index);
@@ -339,7 +342,6 @@ COMPAT53_API void luaL_requiref (lua_State *L, const char *modname,
/* XXX not implemented:
* lua_isyieldable
- * lua_getextraspace
* lua_arith (new operators)
* lua_pushfstring (new formats)
*/