]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
authorThomas Wouters <thomas@python.org>
Tue, 25 Jul 2000 12:56:38 +0000 (12:56 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 25 Jul 2000 12:56:38 +0000 (12:56 +0000)
commit334fb8985bc126f62af65669150c30787eabddd9
tree114a52660cda84eb69f1fe8c24d0df7458dbe875
parentbf680266da23b0b95a03d2b7ea5da493d341a562
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
Leave the actual #define in for API compatibility.
Include/ceval.h
Include/mymalloc.h
Include/objimpl.h
Modules/dlmodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Modules/timemodule.c
Objects/listobject.c
Objects/object.c
Parser/intrcheck.c
Python/ceval.c