commit | 0796b0027965b1ea4f7b1775ad2e883d66f07d89 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Sat Jul 22 23:49:30 2000 +0000 |
committer | Thomas Wouters <thomas@python.org> | Sat Jul 22 23:49:30 2000 +0000 |
tree | d3c5ed4d80c3ef0646723be811729c1f8b6b9e30 | |
parent | b4bd21cf79166e769b7027d14c2de002ec6ec9cb [diff] |
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.