Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
cpython
Commits
4cf33a706b0e
Commit
4cf33a706b0e
authored
23 years ago
by
Jack Jansen
Browse files
Options
Downloads
Patches
Plain Diff
Got rid of ifdefs for long-obsolete GUSI versions and other lurkers.
parent
a529290cbead
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Mac/Include/macglue.h
+0
-6
0 additions, 6 deletions
Mac/Include/macglue.h
with
0 additions
and
6 deletions
Mac/Include/macglue.h
+
0
−
6
View file @
4cf33a70
...
...
@@ -46,11 +46,6 @@
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
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 */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment