commit | 6f9876212d65978038439b585ba0fdaf243ed574 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Aug 25 18:03:30 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Aug 25 18:03:30 2000 +0000 |
tree | 598aefcf862b96a7ffeef86d1fb030342b4bd94c | |
parent | 0308ff86522acfefb94fc7e70ec1cdce353c5a70 [diff] |
initpyexpat(): Code cleanup; makes it more robust and reduces warnings. Added prototype to remove yet another warning. Make a number of the handlers and helpers "static" since they are not used in other C source files. This also reduces the number of warnings. Make a lot of the code "more Python". (Need to get the style guide done!)