From: Guido van Rossum Date: Tue, 4 Jun 1991 19:47:46 +0000 (+0000) Subject: Expoer "marshal" module. X-Git-Tag: v0.9.8~913 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f7b9598b50ba6ca041eb6e7354de9dbe3e1e307;p=thirdparty%2FPython%2Fcpython.git Expoer "marshal" module. --- diff --git a/Modules/config.c.in b/Modules/config.c.in index 543672309d22..4f0f2e6eb99f 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in @@ -128,6 +128,8 @@ extern void initregexp(); extern void initposix(); extern void initpwd(); extern void initgrp(); +extern void initmarshal(); + #ifdef USE_AUDIO extern void initaudio(); #endif @@ -160,6 +162,7 @@ struct { {"posix", initposix}, {"pwd", initpwd}, {"grp", initgrp}, + {"marshal", initmarshal}, /* Optional modules */