From: Mark Wooding Date: Mon, 12 Sep 2016 21:26:53 +0000 (+0100) Subject: catacomb-python.h: Don't inhibit 64-bit type detection any more. X-Git-Tag: 1.2.0~54 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/de3b64326f850d72b0cbbf269e9fa98dd4c093eb catacomb-python.h: Don't inhibit 64-bit type detection any more. We'll be using `kludge64', and the definition must properly match up with the library. --- diff --git a/catacomb-python.h b/catacomb-python.h index a379e1d..80f5854 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -37,9 +37,6 @@ #include #include -#undef ULLONG_MAX -#undef ULONG_LONG_MAX - #include #include #include