commit | 3b6448fbae16564484a40efa7f418fba02755625 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Sat Jul 22 23:56:07 2000 +0000 |
committer | Thomas Wouters <thomas@python.org> | Sat Jul 22 23:56:07 2000 +0000 |
tree | d414081b88baa5185f06af63b65fcfe93b5a4f44 | |
parent | 2c46eaf8e948607f7551f2075044d27d27c43775 [diff] |
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.