aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lua.h b/src/lua.h
index 0c653f561..615e0e366 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -351,6 +351,9 @@ LUA_API int lua_loadx (lua_State *L, lua_Reader reader, void *dt,
351LUA_API const lua_Number *lua_version (lua_State *L); 351LUA_API const lua_Number *lua_version (lua_State *L);
352LUA_API void lua_copy (lua_State *L, int fromidx, int toidx); 352LUA_API void lua_copy (lua_State *L, int fromidx, int toidx);
353 353
354/* From Lua 5.3. */
355LUA_API int lua_isyieldable (lua_State *L);
356
354 357
355struct lua_Debug { 358struct lua_Debug {
356 int event; 359 int event;