summaryrefslogtreecommitdiffstats
path: root/PC/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'PC/config.c')
-rw-r--r--PC/config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/config.c b/PC/config.c
index 6d6a79f..c96eb26 100644
--- a/PC/config.c
+++ b/PC/config.c
@@ -42,7 +42,9 @@ extern void initmsvcrt(void);
extern void init_locale(void);
#endif
extern void init_codecs(void);
+extern void initxreadlines(void);
+/* XXX tim: what's the purpose of ADDMODULE MARKER? */
/* -- ADDMODULE MARKER 1 -- */
extern void PyMarshal_Init(void);
@@ -92,7 +94,9 @@ struct _inittab _PyImport_Inittab[] = {
#endif
{"_codecs", init_codecs},
+ {"xreadlines", initxreadlines},
+/* XXX tim: what's the purpose of ADDMODULE MARKER? */
/* -- ADDMODULE MARKER 2 -- */
/* This module "lives in" with marshal.c */