From: Fredrik Lundh Date: Sun, 21 Jan 2001 23:31:52 +0000 (+0000) Subject: Unicode nits: Don't include unicodedatabase.h no more. And make sure X-Git-Tag: v2.1a1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2dfd73bdce7552e671520a14e4b5a72dc02ce12;p=thirdparty%2FPython%2Fcpython.git Unicode nits: Don't include unicodedatabase.h no more. And make sure to build *all* tables in makeunicodedata.py. --- diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index d5a1d176e3f3..06e5f04c05ca 100644 --- a/Modules/unicodedata.c +++ b/Modules/unicodedata.c @@ -12,7 +12,6 @@ ------------------------------------------------------------------------ */ #include "Python.h" -#include "unicodedatabase.h" typedef struct { const unsigned char category; /* index into diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index 33ae7d51d6e5..0eeb335ede67 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -51,9 +51,9 @@ def maketables(trace=0): print len(filter(None, unicode.table)), "characters" - # makeunicodename(unicode, trace) + makeunicodename(unicode, trace) makeunicodedata(unicode, trace) - # makeunicodetype(unicode, trace) + makeunicodetype(unicode, trace) # -------------------------------------------------------------------- # unicode character properties