]> granicus.if.org Git - python/commitdiff
Made options global (as PyMac_options) so macosmodule can access it.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 13 Oct 2000 19:44:40 +0000 (19:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 13 Oct 2000 19:44:40 +0000 (19:44 +0000)
Mac/Include/pythonresources.h

index 0b74328d0207a8f4ce2d87c6c36f193b18adabfb..9bb899833a75a07c568650e07b8b1f08616297c4 100644 (file)
@@ -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