diff options
author | 2022-05-04 00:16:36 -0700 | |
---|---|---|
committer | 2022-05-04 00:16:36 -0700 | |
commit | 5b760fe7c48e439670d56e55d7b72283892cb27b (patch) | |
tree | 91f6cdb2936d3c9ffec7844d5fb8d8e22376a4e3 /integration/bunjs-only-snippets/ffi.test.fixture.receiver.c | |
parent | 162e8911db21110f25b0814f5c4f66833000ea99 (diff) | |
download | bun-5b760fe7c48e439670d56e55d7b72283892cb27b.tar.gz bun-5b760fe7c48e439670d56e55d7b72283892cb27b.tar.zst bun-5b760fe7c48e439670d56e55d7b72283892cb27b.zip |
Safer i64/u64
Diffstat (limited to 'integration/bunjs-only-snippets/ffi.test.fixture.receiver.c')
-rw-r--r-- | integration/bunjs-only-snippets/ffi.test.fixture.receiver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/integration/bunjs-only-snippets/ffi.test.fixture.receiver.c b/integration/bunjs-only-snippets/ffi.test.fixture.receiver.c index 07d44c3a6..8a75e12f9 100644 --- a/integration/bunjs-only-snippets/ffi.test.fixture.receiver.c +++ b/integration/bunjs-only-snippets/ffi.test.fixture.receiver.c @@ -11,7 +11,6 @@ #ifdef IS_CALLBACK #define INJECT_BEFORE int c = 500; // This is a callback, so we need to inject code before the call #endif - #define IS_BIG_ENDIAN 0 #define USE_JSVALUE64 1 #define USE_JSVALUE32_64 0 @@ -40,8 +39,6 @@ typedef _Bool bool; #endif // #include <tcclib.h> - - // This value is 2^49, used to encode doubles such that the encoded value will // begin with a 15-bit pattern within the range 0x0002..0xFFFC. #define DoubleEncodeOffsetBit 49 |