From: Jack Jansen Date: Mon, 5 Oct 1998 11:43:32 +0000 (+0000) Subject: Added SIZEOF_VOID_P and HAVE_LONG_LONG X-Git-Tag: v1.5.2a2~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60a9ee2679565a206b8c5352141773099124a964;p=python Added SIZEOF_VOID_P and HAVE_LONG_LONG --- diff --git a/Mac/Include/config.h b/Mac/Include/config.h index ad512acf00..fc6f42741c 100644 --- a/Mac/Include/config.h +++ b/Mac/Include/config.h @@ -44,6 +44,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define SIZEOF_INT 4 #define SIZEOF_LONG 4 +#define SIZEOF_VOID_P 4 +#define HAVE_LONG_LONG 1 #ifdef THINK_C #define HAVE_FOPENRF