]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use #include "mymath.h" instead of declaring fabs() explicitly.
authorGuido van Rossum <guido@python.org>
Tue, 3 Jun 1997 18:03:18 +0000 (18:03 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Jun 1997 18:03:18 +0000 (18:03 +0000)
commit71160aaffe494ef77ccdbef7ad639f65bd083705
treeb27daced01e49ff996a2fe7b488ca30f3ba96819
parentcf3527b705516ffea6d5f5810bd8b80076101415
Use #include "mymath.h" instead of declaring fabs() explicitly.
This should solve a weird problem on the Mac for Jack.
Objects/stringobject.c