]> granicus.if.org Git - python/commit
Further ANSIfication of functionpointers and declarations. Also, make sure
authorThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 23:49:30 +0000 (23:49 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 23:49:30 +0000 (23:49 +0000)
commit0796b0027965b1ea4f7b1775ad2e883d66f07d89
treed3c5ed4d80c3ef0646723be811729c1f8b6b9e30
parentb4bd21cf79166e769b7027d14c2de002ec6ec9cb
Further ANSIfication of functionpointers and declarations. Also, make sure
to return something if RETSIGTYPE isn't void, in functions that are defined
to return RETSIGTYPE. Work around an argumentlist mismatch ('void' vs.
'void *') by using a static wrapper function.
Modules/signalmodule.c