]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 76561 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sat, 28 Nov 2009 12:35:42 +0000 (12:35 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 28 Nov 2009 12:35:42 +0000 (12:35 +0000)
commita4962cb694c5fc7ae53f762a682cdc1ca72410ee
tree81707d1e151f05757e9eed909a71e4c40813852a
parent1b83a45f90ca8ca7c525f122ed3078dc6c59c44a
Merged revisions 76561 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  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.
........
Include/pyport.h
Objects/complexobject.c
Objects/floatobject.c