summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-08-10 04:23:30 (GMT)
commit10e1bf2f64b77f3a71157c72de19265870cdeb5f (patch)
tree4230ef139d940ff0fa2f56afdb5d1d6ec84e6bab /Include/pyport.h
parent0707fea5ee112da270a86b5a147f260d6c0e35ef (diff)
downloadcpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.zip
cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.gz
cpython-10e1bf2f64b77f3a71157c72de19265870cdeb5f.tar.bz2
remove all occurence of math.rint() from the sources
(and yes, "Currintly" also counts <0.5 wink>)
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index c682680..8cbc821 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -193,7 +193,6 @@ extern double hypot(double, double);
#undef log
#undef log10
#undef pow
-#undef rint
#undef sin
#undef sinh
#undef sqrt
@@ -213,7 +212,6 @@ extern double hypot(double, double);
#define log logd
#define log10 log10d
#define pow powd
-#define rint rintd
#define sin sind
#define sinh sinhd
#define sqrt sqrtd