]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add prototypes to get the mathmodule.c to compile on OSF1 5.1 (Tru64)
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 25 Jan 2008 08:04:16 +0000 (08:04 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 25 Jan 2008 08:04:16 +0000 (08:04 +0000)
commit5f95a79b2bf395d114cac2bb74edb6c327ea0a34
tree50c0a4120d74c93a4873f7c6f9e947a202247081
parent769d0eefd75e5d921806caf75450c7c3a706bd1c
Add prototypes to get the mathmodule.c to compile on OSF1 5.1 (Tru64)
and eliminate a compiler warning in floatobject.c.  There might be
a better way to go about this, but it should be good enough for now.
Modules/mathmodule.c
Objects/floatobject.c