]> granicus.if.org Git - python/commit
Include ieeefp.h (when available) in pyport.h instead of individually in
authorMark Dickinson <dickinsm@gmail.com>
Sat, 28 Nov 2009 12:30:36 +0000 (12:30 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 28 Nov 2009 12:30:36 +0000 (12:30 +0000)
commit31f0cfef0e2f409d90b67ec5836c217c29be4bb6
tree0de006a1d12e0c0af27442aea96335122e61abed
parent8d8f874c19f9b7ea943d5fea12cbd64633cdb9bc
Include ieeefp.h (when available) in pyport.h instead of individually in
Objects/floatobject.c and Objects/complexobject.c.  This should silence
compiler warnings about implicit declaration of the 'finite' function
on Solaris.
Include/pyport.h
Objects/complexobject.c
Objects/floatobject.c