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
86b4049b
Commit
86b4049b
authored
Feb 20, 1995
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some more modules temp excluded in mwerks, and a comment fix.
parent
3ec804af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
Mac/Modules/config.c
Mac/Modules/config.c
+8
-1
No files found.
Mac/Modules/config.c
View file @
86b4049b
...
...
@@ -165,7 +165,8 @@ getpythonpath()
{
#ifdef macintosh
/* Modified by Jack to do something a bit more sensible:
** - Prepend the current directory (which is presumably where python lives)
** - Prepend the python home-directory (which is obtained from a Preferences
** resource)
** - Add :
** - Chdir to where the source file (if any) lives
*/
...
...
@@ -345,13 +346,19 @@ struct {
#endif
/* This is really "Guido van Rossum" specific... :-) */
{
"AE"
,
initAE
},
#ifndef __MWERKS__
{
"Ctl"
,
initCtl
},
{
"Dlg"
,
initDlg
},
#endif
{
"Evt"
,
initEvt
},
{
"Menu"
,
initMenu
},
#ifdef THINK_C
{
"Qd"
,
initQd
},
#endif
#ifndef __MWERKS__
{
"Snd"
,
initSnd
},
{
"Win"
,
initWin
},
#endif
{
"Res"
,
initRes
},
/* -- ADDMODULE MARKER 2 -- */
...
...
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