summaryrefslogtreecommitdiff
path: root/Modules/unicodedata.c
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-10-06 19:56:32 +0000
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-10-06 19:56:32 +0000
commit859f218be6fffdcd6f492d1765d841df2f0b85cf (patch)
tree3ea489e2c35aeab6312568af5a35d490cbc99179 /Modules/unicodedata.c
parent0218897cc6e15e999fb2c5d97f060cea7912037e (diff)
downloadcpython-859f218be6fffdcd6f492d1765d841df2f0b85cf.tar.gz
#1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
_PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace. It now also parses the Unihan.txt for numeric values.
Diffstat (limited to 'Modules/unicodedata.c')
-rw-r--r--Modules/unicodedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 9c9ad5e517..2eb1911299 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -36,7 +36,7 @@ typedef struct change_record {
const unsigned char category_changed;
const unsigned char decimal_changed;
const unsigned char mirrored_changed;
- const int numeric_changed;
+ const double numeric_changed;
} change_record;
/* data file generated by Tools/unicode/makeunicodedata.py */