]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
ANSIfication: add proper prototypes to function-pointers and declarations.
authorThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 23:56:07 +0000 (23:56 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 23:56:07 +0000 (23:56 +0000)
commit3b6448fbae16564484a40efa7f418fba02755625
treed414081b88baa5185f06af63b65fcfe93b5a4f44
parent2c46eaf8e948607f7551f2075044d27d27c43775
ANSIfication: add proper prototypes to function-pointers and declarations.
Also, fix a bug found by said declarations, where a string was defined as
unsigned char*, but used as signed.
Modules/cPickle.c