]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Unicode nits: Don't include unicodedatabase.h no more. And make sure
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 21 Jan 2001 23:31:52 +0000 (23:31 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 21 Jan 2001 23:31:52 +0000 (23:31 +0000)
to build *all* tables in makeunicodedata.py.

Modules/unicodedata.c
Tools/unicode/makeunicodedata.py

index d5a1d176e3f30bb017b9625c276856a91c4744ad..06e5f04c05cac629189f2e32867d674a0e300b80 100644 (file)
@@ -12,7 +12,6 @@
    ------------------------------------------------------------------------ */
 
 #include "Python.h"
-#include "unicodedatabase.h"
 
 typedef struct {
     const unsigned char category;      /* index into
index 33ae7d51d6e508555d49306c2327b682906a5005..0eeb335ede675fc14859c4207be6c044390f9a7a 100644 (file)
@@ -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