[Python-checkins] CVS: python/dist/src/Include pyport.h,2.31,2.32

Tim Peters tim_one@users.sourceforge.net
Wed, 08 Aug 2001 11:24:47 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv22359/Include

Modified Files:
	pyport.h 
Log Message:
Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3
pre-release limits.h".


Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.31
retrieving revision 2.32
diff -C2 -d -r2.31 -r2.32
*** pyport.h	2001/08/08 10:28:06	2.31
--- pyport.h	2001/08/08 18:24:45	2.32
***************
*** 374,389 ****
  #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
--- 374,377 ----