[Python-checkins] CVS: python/dist/src/Include mymath.h,2.13,2.14 pyport.h,2.11,2.12

Peter Schneider-Kamp python-dev@python.org
Wed, 9 Aug 2000 21:23:32 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20310/Include

Modified Files:
	mymath.h pyport.h 
Log Message:

remove all occurence of math.rint() from the sources

(and yes, "Currintly" also counts <0.5 wink>)



Index: mymath.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/mymath.h,v
retrieving revision 2.13
retrieving revision 2.14
diff -C2 -r2.13 -r2.14
*** mymath.h	2000/07/31 22:19:30	2.13
--- mymath.h	2000/08/10 04:23:29	2.14
***************
*** 56,60 ****
  #undef log10
  #undef pow
- #undef rint
  #undef sin
  #undef sinh
--- 56,59 ----
***************
*** 76,80 ****
  #define log10 log10d
  #define pow powd
- #define rint rintd
  #define sin sind
  #define sinh sinhd
--- 75,78 ----

Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.11
retrieving revision 2.12
diff -C2 -r2.11 -r2.12
*** pyport.h	2000/08/01 18:28:44	2.11
--- pyport.h	2000/08/10 04:23:29	2.12
***************
*** 194,198 ****
  #undef log10
  #undef pow
- #undef rint
  #undef sin
  #undef sinh
--- 194,197 ----
***************
*** 214,218 ****
  #define log10 log10d
  #define pow powd
- #define rint rintd
  #define sin sind
  #define sinh sinhd
--- 213,216 ----