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
5159f1da
Commit
5159f1da
authored
Apr 11, 2002
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.
parent
32baa2c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
Mac/Include/macglue.h
Mac/Include/macglue.h
+0
-6
No files found.
Mac/Include/macglue.h
View file @
5159f1da
...
...
@@ -46,11 +46,6 @@ typedef struct {
double
bg_yield
;
/* yield at most so long when in background */
}
PyMacSchedParams
;
#ifdef USE_GUSI1
void
PyMac_FixGUSIcd
(
void
);
/* Workaround for GUSI chdir() call */
extern
void
PyMac_SetGUSISpin
(
void
);
/* Install our private GUSI spin routine */
#endif
unsigned
char
*
Pstring
(
char
*
str
);
/* Convert c-string to pascal-string in static buffer */
#ifdef USE_GUSI
...
...
@@ -63,7 +58,6 @@ extern FSSpec PyMac_ApplicationFSSpec; /* Application location (from macargv.c)
extern
char
PyMac_ApplicationPath
[];
/* Application location (from macargv.c) */
extern
OSErr
PyMac_init_application_location
(
void
);
/* Init the above */
extern
int
PyMac_GetArgv
(
char
***
,
int
);
/* Get argc, argv (from macargv.c) */
extern
int
PyMac_AppearanceCompliant
;
/* True if in appearance support mode */
extern
PyObject
*
PyMac_OSErrException
;
/* Exception for OSErr */
PyObject
*
PyMac_GetOSErrException
(
void
);
/* Initialize & return it */
...
...
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