Kaydet (Commit) d8373d82 authored tarafından Guido van Rossum's avatar Guido van Rossum

added Res module

üst b340466a
......@@ -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 -- */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment