Skip to content

Commit

Permalink
Fix compilation error on MacOS X/Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Oct 16, 2024
1 parent 5d8d3c7 commit fe6fd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ inline bool isfinite(double val) {
#endif // _WIN32

#if defined(__APPLE__) && !defined(isalnum)
#undef LONG_BIT
#include <pyport.h>
#undef isalnum
#undef isalpha
Expand Down

0 comments on commit fe6fd87

Please sign in to comment.