diff options
author | Guido van Rossum <guido@python.org> | 1997-04-29 20:46:45 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-29 20:46:45 (GMT) |
commit | 2b713b2f675f762ac8ce6cd3a934de34659a2476 (patch) | |
tree | a84a52eab9fccd819d3dab19925f163438383b9f /PC/config.c | |
parent | bb5c6f8529c89d2396a3e3c06cf575a130ff7a0e (diff) | |
download | cpython-2b713b2f675f762ac8ce6cd3a934de34659a2476.zip cpython-2b713b2f675f762ac8ce6cd3a934de34659a2476.tar.gz cpython-2b713b2f675f762ac8ce6cd3a934de34659a2476.tar.bz2 |
One more inittab.
Diffstat (limited to 'PC/config.c')
-rw-r--r-- | PC/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/config.c b/PC/config.c index 8e3fbae..0c34041 100644 --- a/PC/config.c +++ b/PC/config.c @@ -64,7 +64,7 @@ extern void initthread(); extern void PyMarshal_Init(); extern void initimp(); -struct _inittab inittab[] = { +struct _inittab _PyImport_Inittab[] = { {"array", initarray}, #ifdef M_I386 |