]> granicus.if.org Git - python/commit
Remove gcc (4.0.x) warning about uninitialized value by explicitly setting
authorThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 21:58:30 +0000 (21:58 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 21:58:30 +0000 (21:58 +0000)
commit1e365b265ab77c58d8c8ee8d3341c8c0ad9650c9
tree15cd4b07b1868822a5d6f1730124605343a2e53d
parent9bc844e7be40b6d947d0f8fa4b2b7d17cb17a091
Remove gcc (4.0.x) warning about uninitialized value by explicitly setting
the sentinel value in the main function, rather than the helper. This
function could possibly do with an early-out if any of the helper calls ends
up with a len of 0, but I doubt it really matters (how common are malformed
hangul syllables, really?)
Modules/unicodedata.c