Unicode nits: Don't include unicodedatabase.h no more. And make sure

to build *all* tables in makeunicodedata.py.
This commit is contained in:
Fredrik Lundh 2001-01-21 23:31:52 +00:00
parent 7b7dd107b3
commit b2dfd73bdc
2 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,6 @@
------------------------------------------------------------------------ */ ------------------------------------------------------------------------ */
#include "Python.h" #include "Python.h"
#include "unicodedatabase.h"
typedef struct { typedef struct {
const unsigned char category; /* index into const unsigned char category; /* index into

View file

@ -51,9 +51,9 @@ def maketables(trace=0):
print len(filter(None, unicode.table)), "characters" print len(filter(None, unicode.table)), "characters"
# makeunicodename(unicode, trace) makeunicodename(unicode, trace)
makeunicodedata(unicode, trace) makeunicodedata(unicode, trace)
# makeunicodetype(unicode, trace) makeunicodetype(unicode, trace)
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# unicode character properties # unicode character properties