]> granicus.if.org Git - python/commitdiff
unicodedatabase.c is no longer needed thanks to Fredrik's patches.
authorMarc-André Lemburg <mal@egenix.com>
Mon, 22 Jan 2001 10:38:27 +0000 (10:38 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 22 Jan 2001 10:38:27 +0000 (10:38 +0000)
setup.py

index de9c5b943e0a283f30993d504e1c38b3caf8f0af..c32f4aad8d81d31b4d7ef394071630b387feee43 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -141,8 +141,7 @@ class PyBuildExt(build_ext):
         # access to the builtin codecs and codec registry
         exts.append( Extension('_codecs', ['_codecsmodule.c']) )
         # static Unicode character database
-        exts.append( Extension('unicodedata',
-                               ['unicodedata.c', 'unicodedatabase.c']) )
+        exts.append( Extension('unicodedata', ['unicodedata.c']) )
         # Unicode Character Name expansion hash table
         exts.append( Extension('ucnhash', ['ucnhash.c']) )
         # access to ISO C locale support