[Python-checkins] CVS: python/dist/src/Include mymath.h,2.9,2.9.2.1

Peter Schneider-Kamp python-dev@python.org
Wed, 9 Aug 2000 07:46:24 -0700


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

Modified Files:
      Tag: cnri-16-start
	mymath.h 
Log Message:

removed all occurences of rint from 1.6 (felt responsible for this one)

QUESTION: Should I do the same for 2.0?



Index: mymath.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/mymath.h,v
retrieving revision 2.9
retrieving revision 2.9.2.1
diff -C2 -r2.9 -r2.9.2.1
*** mymath.h	2000/05/11 18:19:41	2.9
--- mymath.h	2000/08/09 14:46:21	2.9.2.1
***************
*** 49,53 ****
  #undef log10
  #undef pow
- #undef rint
  #undef sin
  #undef sinh
--- 49,52 ----
***************
*** 69,73 ****
  #define log10 log10d
  #define pow powd
- #define rint rintd
  #define sin sind
  #define sinh sinhd
--- 68,71 ----