commit | d8373d82fe5249d8fdca23856d0ba463670ce2c7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Jan 22 18:37:45 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Jan 22 18:37:45 1995 +0000 |
tree | 4f43f231546a778bca0aa22b0c3a22b5b113a4c4 | |
parent | b340466af9825c4f3a48576131ef77741771fae9 [diff] |
added Res module
diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c index 7e2f3df..4a410c4 100644 --- a/Mac/Modules/config.c +++ b/Mac/Modules/config.c
@@ -268,6 +268,7 @@ extern void initmacdnr(); extern void initmactcp(); extern void initAE(); +extern void initRes(); /* -- ADDMODULE MARKER 1 -- */ @@ -311,6 +312,7 @@ #ifdef THINK_C /* This is really "Guido van Rossum" specific... :-) */ {"AE", initAE}, + {"Res", initRes}, #endif /* -- ADDMODULE MARKER 2 -- */