diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-08 18:24:45 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-08 18:24:45 (GMT) |
commit | 8a267b62cca321b4166ff8dab8338a51ce6f001a (patch) | |
tree | d45311680776592e3e8e6ef6fc8020fd46f0ee72 /Include/pyport.h | |
parent | 0415620af924be8ae12d1017177724aa335c2847 (diff) | |
download | cpython-8a267b62cca321b4166ff8dab8338a51ce6f001a.zip cpython-8a267b62cca321b4166ff8dab8338a51ce6f001a.tar.gz cpython-8a267b62cca321b4166ff8dab8338a51ce6f001a.tar.bz2 |
Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3
pre-release limits.h".
Diffstat (limited to 'Include/pyport.h')
-rw-r--r-- | Include/pyport.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index e9dc812..176e21e 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 */ |