mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
- Put all options in a struct
- Unified initialization code for interpreter and applet - Implemented new options to skip AE-processing for argc/argv and for disabling interactive option setting
This commit is contained in:
parent
6d653ab1b6
commit
7d5f9e847a
5 changed files with 197 additions and 157 deletions
|
|
@ -178,9 +178,11 @@ PyMac_FixGUSIcd()
|
|||
return;
|
||||
}
|
||||
|
||||
#ifdef __CFM68K__
|
||||
/*
|
||||
** SpinCursor (needed by GUSI) drags in heaps of stuff, so we
|
||||
** provide a dummy here.
|
||||
*/
|
||||
void SpinCursor(short x) { /* Dummy */ }
|
||||
#endif /* __CFM68K */
|
||||
|
||||
/*
|
||||
** Replacement GUSI Spin function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue