Skip to content

Commit

Permalink
change COINUTILS_INTPTR_T to intptr_t on config default non-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske authored and jhmgoossens committed Jun 6, 2020
1 parent d7a1993 commit cd6434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_coinutils_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#else
#define COINUTILS_INT64_T long long
#define COINUTILS_UINT64_T unsigned long long
#define COINUTILS_INTPTR_T int *
#define COINUTILS_INTPTR_T intptr_t
#endif

#define COINUTILS_BIGINDEX_T int
Expand Down

0 comments on commit cd6434f

Please sign in to comment.