Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
71c5b028
Commit
71c5b028
authored
Aug 07, 2001
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of mactcp cruft, added Mlte and CF modules.
parent
b927285c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
Mac/Modules/macconfig.c
Mac/Modules/macconfig.c
+6
-8
No files found.
Mac/Modules/macconfig.c
View file @
71c5b028
...
...
@@ -87,10 +87,6 @@ extern void initctb();
#ifdef USE_MACSPEECH
extern
void
initmacspeech
();
#endif
#ifdef USE_MACTCP
extern
void
initmacdnr
();
extern
void
initmactcp
();
#endif
#ifdef USE_IC
extern
void
initicglue
();
#endif
...
...
@@ -103,6 +99,7 @@ extern void initFm();
extern
void
initHelp
();
extern
void
initIcn
();
extern
void
initList
();
extern
void
initMlte
();
extern
void
initQdoffs
();
extern
void
initSnd
();
extern
void
initSndihooks
();
...
...
@@ -110,6 +107,7 @@ extern void initScrap();
extern
void
initTE
();
extern
void
initColorPicker
();
extern
void
initPrinting
();
extern
void
initCF
();
#endif
#ifdef USE_CORE_TOOLBOX
extern
void
initAE
();
...
...
@@ -215,10 +213,6 @@ struct _inittab _PyImport_Inittab[] = {
#ifdef USE_MACSPEECH
{
"macspeech"
,
initmacspeech
},
#endif
#ifdef USE_MACTCP
{
"macdnr"
,
initmacdnr
},
{
"mactcp"
,
initmactcp
},
#endif
#ifdef USE_IC
{
"icglue"
,
initicglue
},
#endif
...
...
@@ -238,6 +232,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"Fm"
,
initFm
},
{
"Icn"
,
initIcn
},
{
"List"
,
initList
},
{
"Mlte"
,
initMlte
},
{
"Qdoffs"
,
initQdoffs
},
{
"Snd"
,
initSnd
},
{
"Sndihooks"
,
initSndihooks
},
...
...
@@ -249,6 +244,9 @@ struct _inittab _PyImport_Inittab[] = {
{
"Help"
,
initHelp
},
{
"Printing"
,
initPrinting
},
#endif
#if TARGET_API_MAC_CARBON
{
"CF"
,
initCF
},
#endif
#endif
#ifdef USE_QT
{
"Cm"
,
initCm
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment