]> granicus.if.org Git - python/commit
Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite function...
authorChristian Heimes <christian@cheimes.de>
Sun, 20 Jan 2008 14:28:28 +0000 (14:28 +0000)
committerChristian Heimes <christian@cheimes.de>
Sun, 20 Jan 2008 14:28:28 +0000 (14:28 +0000)
commit487235109bba0cd0b05cb38569a44ea2296c29b0
treec4fb45bf1bc2869105d3c0037299caceb3aea6b1
parent858493251f7ed218d0f7ed5d2382e656bb169094
Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite function is not called isfinite() but finite(). Sorry, my fault. :)
Include/pyport.h
Python/hypot.c
configure
configure.in
pyconfig.h.in