Skip to content

Commit ee1974a

Browse files
committed
Fix typedef
1 parent da6bf71 commit ee1974a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/benchmark_libbid.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#include <float.h>
1313
#include <fenv.h>
1414

15-
typedef uint32_t Decimal32;
16-
typedef uint64_t Decimal64;
15+
typedef BID_UINT32 Decimal32;
16+
typedef BID_UINT64 Decimal64;
1717
#include "../LIBRARY/src/bid_conf.h"
1818
#include "../LIBRARY/src/bid_functions.h"
1919
typedef BID_UINT128 Decimal128;

0 commit comments

Comments
 (0)