From: Guido van Rossum Date: Sun, 22 Jan 1995 18:37:45 +0000 (+0000) Subject: added Res module X-Git-Tag: v1.2b3~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8373d82fe5249d8fdca23856d0ba463670ce2c7;p=thirdparty%2FPython%2Fcpython.git added Res module --- diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c index 7e2f3df09c28..4a410c403798 100644 --- a/Mac/Modules/config.c +++ b/Mac/Modules/config.c @@ -268,6 +268,7 @@ extern void initmacspeech(); extern void initmacdnr(); extern void initmactcp(); extern void initAE(); +extern void initRes(); /* -- ADDMODULE MARKER 1 -- */ @@ -311,6 +312,7 @@ struct { #ifdef THINK_C /* This is really "Guido van Rossum" specific... :-) */ {"AE", initAE}, + {"Res", initRes}, #endif /* -- ADDMODULE MARKER 2 -- */