]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Get rid of the strptype() declaration -- on some BSD systems, it's a
authorGuido van Rossum <guido@python.org>
Sun, 3 Jan 1999 13:00:34 +0000 (13:00 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 3 Jan 1999 13:00:34 +0000 (13:00 +0000)
commit0a6363d7e1d3061211faa2323752819e371e0ad2
tree861ab9a0e951c20d4a68569127103eaecd90bb76
parente0d7dae3b8008b5037df6cb212ca6efacf7a012d
Get rid of the strptype() declaration -- on some BSD systems, it's a
conflict, and it should be declared in time.h anyway.
(Too bad if gcc -Wall won't be happy if it isn't declared...)
Modules/timemodule.c