From dd7f294388082e8c48f1281bbd09ea61e9cad773 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 12 Sep 2016 22:26:53 +0100 Subject: [PATCH] catacomb-python.h: Don't inhibit 64-bit type detection any more. Organization: Straylight/Edgeware From: Mark Wooding We'll be using `kludge64', and the definition must properly match up with the library. --- catacomb-python.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/catacomb-python.h b/catacomb-python.h index bed97d5..3119186 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 -- [mdw]