commit | f08d663a2f9cbd8dd0ca868272f03ad115691df7 | [log] [tgz] |
---|---|---|
author | Trent Mick <trentm@activestate.com> | Mon Jun 19 23:21:25 2006 +0000 |
committer | Trent Mick <trentm@activestate.com> | Mon Jun 19 23:21:25 2006 +0000 |
tree | 229b8e5158e39dbf09fcad82b0b2c32f0c5e87bb | |
parent | 3dbc8916f55cb6093ea056962d49b8215de0501f [diff] [blame] |
Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338).
diff --git a/Modules/expat/xmltok_ns.c b/Modules/expat/xmltok_ns.c index 5610eb9..d2f8938 100644 --- a/Modules/expat/xmltok_ns.c +++ b/Modules/expat/xmltok_ns.c
@@ -19,7 +19,7 @@ #endif } -static const ENCODING *NS(encodings)[] = { +static const ENCODING * const NS(encodings)[] = { &ns(latin1_encoding).enc, &ns(ascii_encoding).enc, &ns(utf8_encoding).enc,