Expoer "marshal" module.

This commit is contained in:
Guido van Rossum 1991-06-04 19:47:46 +00:00
parent 4ed1ad5355
commit 6f7b9598b5
1 changed files with 3 additions and 0 deletions

View File

@ -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 */