aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/ffi.test.fixture.callback.c
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-04 00:16:36 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-05-04 00:16:36 -0700
commit5b760fe7c48e439670d56e55d7b72283892cb27b (patch)
tree91f6cdb2936d3c9ffec7844d5fb8d8e22376a4e3 /integration/bunjs-only-snippets/ffi.test.fixture.callback.c
parent162e8911db21110f25b0814f5c4f66833000ea99 (diff)
downloadbun-5b760fe7c48e439670d56e55d7b72283892cb27b.tar.gz
bun-5b760fe7c48e439670d56e55d7b72283892cb27b.tar.zst
bun-5b760fe7c48e439670d56e55d7b72283892cb27b.zip
Safer i64/u64
Diffstat (limited to 'integration/bunjs-only-snippets/ffi.test.fixture.callback.c')
-rw-r--r--integration/bunjs-only-snippets/ffi.test.fixture.callback.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/integration/bunjs-only-snippets/ffi.test.fixture.callback.c b/integration/bunjs-only-snippets/ffi.test.fixture.callback.c
index 97932e255..3a557e7d5 100644
--- a/integration/bunjs-only-snippets/ffi.test.fixture.callback.c
+++ b/integration/bunjs-only-snippets/ffi.test.fixture.callback.c
@@ -10,7 +10,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
@@ -39,8 +38,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