diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-21 23:31:52 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2001-01-21 23:31:52 (GMT) |
commit | b2dfd73bdce7552e671520a14e4b5a72dc02ce12 (patch) | |
tree | bccee13e7c74039341fe6ec18a475ca7f91d540c /Modules | |
parent | 7b7dd107b3654926fb75215805d6c0c8a15bf89e (diff) | |
download | cpython-b2dfd73bdce7552e671520a14e4b5a72dc02ce12.zip cpython-b2dfd73bdce7552e671520a14e4b5a72dc02ce12.tar.gz cpython-b2dfd73bdce7552e671520a14e4b5a72dc02ce12.tar.bz2 |
Unicode nits: Don't include unicodedatabase.h no more. And make sure
to build *all* tables in makeunicodedata.py.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/unicodedata.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c index d5a1d17..06e5f04 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 |