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

github.com/torch/luajit-rocks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'luajit-2.1/src/lua.h')
-rw-r--r--luajit-2.1/src/lua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/luajit-2.1/src/lua.h b/luajit-2.1/src/lua.h
index c83fd3b..352d29f 100644
--- a/luajit-2.1/src/lua.h
+++ b/luajit-2.1/src/lua.h
@@ -226,6 +226,7 @@ LUA_API int (lua_status) (lua_State *L);
#define LUA_GCSTEP 5
#define LUA_GCSETPAUSE 6
#define LUA_GCSETSTEPMUL 7
+#define LUA_GCISRUNNING 9
LUA_API int (lua_gc) (lua_State *L, int what, int data);