[Python-checkins] CVS: python/dist/src/Objects floatobject.c,2.79,2.80

Martin v. L?wis loewis@users.sourceforge.net
Tue, 06 Mar 2001 04:14:56 -0800


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

Modified Files:
	floatobject.c 
Log Message:
Avoid giving prototypes on Solaris.


Index: floatobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/floatobject.c,v
retrieving revision 2.79
retrieving revision 2.80
diff -C2 -r2.79 -r2.80
*** floatobject.c	2001/02/01 23:53:05	2.79
--- floatobject.c	2001/03/06 12:14:54	2.80
***************
*** 29,33 ****
  #endif
  
! #ifdef sun
  /* On SunOS4.1 only libm.a exists. Make sure that references to all
     needed math functions exist in the executable, so that dynamic
--- 29,33 ----
  #endif
  
! #if defined(sun) && !defined(__SVR4)
  /* On SunOS4.1 only libm.a exists. Make sure that references to all
     needed math functions exist in the executable, so that dynamic