]> granicus.if.org Git - python/commit
Remember to return something if RETSIGTYPE is not 'void'. Do we still need
authorThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 23:33:22 +0000 (23:33 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 22 Jul 2000 23:33:22 +0000 (23:33 +0000)
commitbd8ad942fe2cf22d741b3a132d98baa350537c77
tree016e60497bacb58d4b17135ceb155986cd3b4eb3
parent5f37591a164672ec25c389e646a763d40403cd79
Remember to return something if RETSIGTYPE is not 'void'. Do we still need
to worry about systems that have signal-handlers return 'int' ? Not all of
the code does, though nothing will break because of it.
Parser/intrcheck.c