summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/config.c
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2003-04-21 14:28:01 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2003-04-21 14:28:01 (GMT)
commitd4c9b16b34a4bd6495daed091fb7a4d323642ecb (patch)
treef28023aa8e8aa9c7f9f6a8d02abbfb3dff35e525 /PC/os2emx/config.c
parentbaf25b06a63250aa7e6e5571de53977fa3322750 (diff)
downloadcpython-d4c9b16b34a4bd6495daed091fb7a4d323642ecb.zip
cpython-d4c9b16b34a4bd6495daed091fb7a4d323642ecb.tar.gz
cpython-d4c9b16b34a4bd6495daed091fb7a4d323642ecb.tar.bz2
Makefile:
- add _csv module to the build list - various cleanups config.c: - various cleanups pyconfig.h: - various cleanups
Diffstat (limited to 'PC/os2emx/config.c')
-rw-r--r--PC/os2emx/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c
index 0a0b901..0b21d56 100644
--- a/PC/os2emx/config.c
+++ b/PC/os2emx/config.c
@@ -66,6 +66,7 @@ extern void initfcntl();
extern void initfpectl();
extern void initfpetest();
extern void initimageop();
+extern void inititertools();
extern void initmath();
extern void initmd5();
extern void initoperator();
@@ -129,6 +130,7 @@ struct _inittab _PyImport_Inittab[] = {
{"fpectl", initfpectl},
{"fpetest", initfpetest},
{"imageop", initimageop},
+ {"itertools", inititertools},
{"math", initmath},
{"md5", initmd5},
{"operator", initoperator},