]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug 119622: compile errors due to redundant atof decls. I don't understand
authorTim Peters <tim.peters@gmail.com>
Tue, 14 Nov 2000 20:44:53 +0000 (20:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 14 Nov 2000 20:44:53 +0000 (20:44 +0000)
commit102e457a01bb10d3724c20464b919704ea30744d
tree2c42b77d77e4c93ff4125c6b7291cc776ba1b7ab
parent2e42bddbe9003192b8c323a6eac2772970f93ba4
SF bug 119622:  compile errors due to redundant atof decls.  I don't understand
the bug report (for details, look at it), but agree there's no need for Python
to declare atof itself:  we #include stdlib.h, and ANSI C sez atof is declared
there already.
Python/compile.c
Python/marshal.c