commit | d5fd45ffa587dc2f49f94350233f4ba1427a6684 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Oct 13 19:44:40 2000 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Oct 13 19:44:40 2000 +0000 |
tree | 04a414e0e234e87c69662675b47ca774108a39ad | |
parent | 91eb3e8558efe8903621724f49ad1f9e74cb0344 [diff] [blame] |
Made options global (as PyMac_options) so macosmodule can access it.
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 0b74328..9bb8998 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h
@@ -169,4 +169,6 @@ /* From macgetpath.c: */ void PyMac_PreferenceOptions(PyMac_PrefRecord *); char * PyMac_GetPythonDir(void); +/* from macmain.c: */ +extern PyMac_PrefRecord PyMac_options; #endif