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

Jack Jansen jackjansen@users.sourceforge.net
Fri, 01 Feb 2002 07:46:31 -0800


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

Modified Files:
	pyport.h 
Log Message:
Got rid of a few more NeXT ifdefs. The last, I think.


Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.41
retrieving revision 2.42
diff -C2 -d -r2.41 -r2.42
*** pyport.h	2001/12/25 19:07:38	2.41
--- pyport.h	2002/02/01 15:46:29	2.42
***************
*** 454,459 ****
   */
  #if (!defined(__GNUC__) || __GNUC__ < 2 || \
!      (__GNUC__ == 2 && __GNUC_MINOR__ < 7) || \
!      defined(NEXT) ) && \
      !defined(RISCOS)
  #define __attribute__(__x)
--- 454,458 ----
   */
  #if (!defined(__GNUC__) || __GNUC__ < 2 || \
!      (__GNUC__ == 2 && __GNUC_MINOR__ < 7) ) && \
      !defined(RISCOS)
  #define __attribute__(__x)