Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a267b6

Browse files
committed
Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3
pre-release limits.h".
1 parent 0415620 commit 8a267b6

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

Include/pyport.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -373,18 +373,6 @@ typedef struct fd_set {
373373
#error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
374374
#endif
375375

376-
#ifdef __NeXT__
377-
#ifdef __sparc__
378-
/*
379-
* This works around a bug in the NS/Sparc 3.3 pre-release
380-
* limits.h header file.
381-
* 10-Feb-1995 [email protected]
382-
*/
383-
#undef LONG_MIN
384-
#define LONG_MIN (-LONG_MAX-1)
385-
#endif
386-
#endif
387-
388376
/*
389377
* Rename some functions for the Borland compiler
390378
*/

0 commit comments

Comments
 (0)