mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Made options global (as PyMac_options) so macosmodule can access it.
This commit is contained in:
parent
91eb3e8558
commit
d5fd45ffa5
1 changed files with 2 additions and 0 deletions
|
@ -169,4 +169,6 @@ typedef struct PyMac_PrefRecord {
|
|||
/* From macgetpath.c: */
|
||||
void PyMac_PreferenceOptions(PyMac_PrefRecord *);
|
||||
char * PyMac_GetPythonDir(void);
|
||||
/* from macmain.c: */
|
||||
extern PyMac_PrefRecord PyMac_options;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue