mirror of https://github.com/python/cpython.git
Made options global (as PyMac_options) so macosmodule can access it.
This commit is contained in:
parent
91eb3e8558
commit
d5fd45ffa5
|
@ -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…
Reference in New Issue