catacomb-python.h: Don't inhibit 64-bit type detection any more.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 12 Sep 2016 21:26:53 +0000 (22:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 12 Sep 2016 21:33:26 +0000 (22:33 +0100)
We'll be using `kludge64', and the definition must properly match up
with the library.

catacomb-python.h

index a379e1d..80f5854 100644 (file)
@@ -37,9 +37,6 @@
 #include <longintrepr.h>
 #include <structmember.h>
 
-#undef ULLONG_MAX
-#undef ULONG_LONG_MAX
-
 #include <mLib/darray.h>
 #include <mLib/dstr.h>
 #include <mLib/macros.h>