mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3
pre-release limits.h".
This commit is contained in:
parent
0415620af9
commit
8a267b62cc
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue