File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ since we still synchronize any upstream changes all the time.
31
31
We introduce our own changes which will never merge or haven't yet merged into
32
32
the upstream LuaJIT (https://github.com/LuaJIT/LuaJIT), which are
33
33
34
+ * feature: luajit.h: defined the macro OPENRESTY_LUAJIT for our branch of
35
+ LuaJIT.
36
+
34
37
* feature: implemented the table.clone() builtin Lua API.
35
38
36
39
This change only support shallow clone. e.g
Original file line number Diff line number Diff line change 30
30
31
31
#include "lua.h"
32
32
33
+ #define OPENRESTY_LUAJIT
34
+
33
35
#define LUAJIT_VERSION "LuaJIT 2.1.0-beta3"
34
36
#define LUAJIT_VERSION_NUM 20100 /* Version 2.1.0 = 02.01.00. */
35
37
#define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_beta3
You can’t perform that action at this time.
0 commit comments