]> granicus.if.org Git - python/commit
initpyexpat(): Code cleanup; makes it more robust and reduces warnings.
authorFred Drake <fdrake@acm.org>
Fri, 25 Aug 2000 18:03:30 +0000 (18:03 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 25 Aug 2000 18:03:30 +0000 (18:03 +0000)
commit6f9876212d65978038439b585ba0fdaf243ed574
tree598aefcf862b96a7ffeef86d1fb030342b4bd94c
parent0308ff86522acfefb94fc7e70ec1cdce353c5a70
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!)
Modules/pyexpat.c