Kaydet (Commit) 4ff2fe7e authored tarafından Jack Jansen's avatar Jack Jansen

ucnhash module has gone, xreadlines module added.

üst 03d90149
...@@ -169,10 +169,8 @@ extern void initcStringIO(); ...@@ -169,10 +169,8 @@ extern void initcStringIO();
extern void init_codecs(); extern void init_codecs();
extern void initsha(); extern void initsha();
extern void init_locale(); extern void init_locale();
#ifdef USE_UCNHASH
extern void initucnhash();
#endif
extern void init_sre(); extern void init_sre();
extern void initxreadlines();
/* -- ADDMODULE MARKER 1 -- */ /* -- ADDMODULE MARKER 1 -- */
extern void PyMarshal_Init(); extern void PyMarshal_Init();
...@@ -295,10 +293,8 @@ struct _inittab _PyImport_Inittab[] = { ...@@ -295,10 +293,8 @@ struct _inittab _PyImport_Inittab[] = {
{"cPickle", initcPickle}, {"cPickle", initcPickle},
{"cStringIO", initcStringIO}, {"cStringIO", initcStringIO},
{"_locale", init_locale}, {"_locale", init_locale},
#ifdef USE_UCNHASH
{"ucnhash", initucnhash},
#endif
{"_sre", init_sre}, {"_sre", init_sre},
{"xreadlines", initxreadlines},
/* -- ADDMODULE MARKER 2 -- */ /* -- ADDMODULE MARKER 2 -- */
/* This module "lives in" with marshal.c */ /* This module "lives in" with marshal.c */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment