]> granicus.if.org Git - python/commitdiff
ucnhash module has gone, xreadlines module added.
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 25 Jan 2001 16:28:00 +0000 (16:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 25 Jan 2001 16:28:00 +0000 (16:28 +0000)
Mac/Modules/macconfig.c

index d3b50b28091188d9cc5617924772bab907e2f0e7..8624fd22d98f890094cd9baf47ef896710e3d444 100644 (file)
@@ -169,10 +169,8 @@ extern void initcStringIO();
 extern void init_codecs();
 extern void initsha();
 extern void init_locale();
-#ifdef USE_UCNHASH
-extern void initucnhash();
-#endif
 extern void init_sre();
+extern void initxreadlines();
 /* -- ADDMODULE MARKER 1 -- */
 
 extern void PyMarshal_Init();
@@ -295,10 +293,8 @@ struct _inittab _PyImport_Inittab[] = {
        {"cPickle",     initcPickle},
        {"cStringIO",   initcStringIO},
        {"_locale", init_locale},
-#ifdef USE_UCNHASH
-       {"ucnhash", initucnhash},
-#endif
        {"_sre", init_sre},
+       {"xreadlines", initxreadlines},
 /* -- ADDMODULE MARKER 2 -- */
 
        /* This module "lives in" with marshal.c */