changeset: 73047:329b96fe4472 parent: 73044:a985d733b3a3 user: Ezio Melotti date: Sat Oct 22 00:24:17 2011 +0300 files: Modules/unicodedata.c description: #12753: fix compilation on Windows. diff -r a985d733b3a3 -r 329b96fe4472 Modules/unicodedata.c --- a/Modules/unicodedata.c Fri Oct 21 21:57:36 2011 +0300 +++ b/Modules/unicodedata.c Sat Oct 22 00:24:17 2011 +0300 @@ -953,9 +953,10 @@ if (self && UCD_Check(self)) { /* in 3.2.0 there are no aliases and named sequences */ + const change_record *old; if (IS_ALIAS(code) || IS_NAMED_SEQ(code)) return 0; - const change_record *old = get_old_record(self, code); + old = get_old_record(self, code); if (old->category_changed == 0) { /* unassigned */ return 0;

AltStyle によって変換されたページ (->オリジナル) /