From 5b760fe7c48e439670d56e55d7b72283892cb27b Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 4 May 2022 00:16:36 -0700 Subject: Safer i64/u64 --- integration/bunjs-only-snippets/ffi.test.fixture.receiver.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'integration/bunjs-only-snippets/ffi.test.fixture.receiver.c') 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 - - // 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 -- cgit v1.2.3