From: Mark Dickinson Date: Sat, 28 Nov 2009 12:33:35 +0000 (+0000) Subject: Blocked revisions 76561 via svnmerge X-Git-Tag: v2.6.5rc1~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47dd648dbfc60749cab9ca33d4b26063d451abc9;p=python Blocked revisions 76561 via svnmerge ........ r76561 | mark.dickinson | 2009-11-28 12:30:36 +0000 (Sat, 28 Nov 2009) | 5 lines 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. ........ ---