mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
87b33b98e1
@ -210,6 +210,7 @@ typedef unsigned __int64 U64;
|
|||||||
#else
|
#else
|
||||||
typedef unsigned long long U64;
|
typedef unsigned long long U64;
|
||||||
#endif
|
#endif
|
||||||
|
int _CRT_glob = 0;
|
||||||
]]}, {}
|
]]}, {}
|
||||||
|
|
||||||
local function preprocess(src)
|
local function preprocess(src)
|
||||||
|
@ -27,6 +27,7 @@ typedef unsigned __int64 U64;
|
|||||||
#else
|
#else
|
||||||
typedef unsigned long long U64;
|
typedef unsigned long long U64;
|
||||||
#endif
|
#endif
|
||||||
|
int _CRT_glob = 0;
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user