From: Jack Jansen Date: Fri, 13 Oct 2000 19:44:40 +0000 (+0000) Subject: Made options global (as PyMac_options) so macosmodule can access it. X-Git-Tag: v2.0~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5fd45ffa587dc2f49f94350233f4ba1427a6684;p=python Made options global (as PyMac_options) so macosmodule can access it. --- diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h index 0b74328d02..9bb899833a 100644 --- a/Mac/Include/pythonresources.h +++ b/Mac/Include/pythonresources.h @@ -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