mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +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: */
|
/* From macgetpath.c: */
|
||||||
void PyMac_PreferenceOptions(PyMac_PrefRecord *);
|
void PyMac_PreferenceOptions(PyMac_PrefRecord *);
|
||||||
char * PyMac_GetPythonDir(void);
|
char * PyMac_GetPythonDir(void);
|
||||||
|
/* from macmain.c: */
|
||||||
|
extern PyMac_PrefRecord PyMac_options;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue