]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added Res module
authorGuido van Rossum <guido@python.org>
Sun, 22 Jan 1995 18:37:45 +0000 (18:37 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 22 Jan 1995 18:37:45 +0000 (18:37 +0000)
Mac/Modules/config.c

index 7e2f3df09c28076293873cc4b9c9caf3b9498fba..4a410c403798dabdf6129da12289e60b54c6a6b8 100644 (file)
@@ -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 -- */