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
- ref #131
  • Loading branch information
svigerske committed May 1, 2020
1 parent ed643d6 commit 361ef7d
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 361ef7d

Please sign in to comment.