From: Tim Peters Date: Wed, 8 Aug 2001 18:24:45 +0000 (+0000) Subject: Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 X-Git-Tag: v2.2a3~737 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a267b62cca321b4166ff8dab8338a51ce6f001a;p=python Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 pre-release limits.h". --- diff --git a/Include/pyport.h b/Include/pyport.h index e9dc812861..176e21ed5e 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -373,18 +373,6 @@ typedef struct fd_set { #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." #endif -#ifdef __NeXT__ -#ifdef __sparc__ -/* - * This works around a bug in the NS/Sparc 3.3 pre-release - * limits.h header file. - * 10-Feb-1995 bwarsaw@cnri.reston.va.us - */ -#undef LONG_MIN -#define LONG_MIN (-LONG_MAX-1) -#endif -#endif - /* * Rename some functions for the Borland compiler */