From d5fd45ffa587dc2f49f94350233f4ba1427a6684 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 13 Oct 2000 19:44:40 +0000 Subject: Made options global (as PyMac_options) so macosmodule can access it. --- Mac/Include/pythonresources.h | 2 ++ 1 file changed, 2 insertions(+) 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 @@ 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 -- cgit v0.12