]> granicus.if.org Git - python/commitdiff
Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3
authorTim Peters <tim.peters@gmail.com>
Wed, 8 Aug 2001 18:24:45 +0000 (18:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 8 Aug 2001 18:24:45 +0000 (18:24 +0000)
pre-release limits.h".

Include/pyport.h

index e9dc8128617f2f821af3efdf8b8777e5faf51950..176e21ed5e01b05dcc44039b27916cddf9da940e 100644 (file)
@@ -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
  */