summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macgetpath.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-04-21 23:53:37 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-04-21 23:53:37 (GMT)
commitee0810403dc95f232c0217876e026bac6667e8ae (patch)
tree4181684b1b2b2a37cac61fd29e22a6b87abb273a /Mac/Python/macgetpath.c
parent6dd9fc1a2cf48a1db9881eb8607575d6fe5adab5 (diff)
downloadcpython-ee0810403dc95f232c0217876e026bac6667e8ae.zip
cpython-ee0810403dc95f232c0217876e026bac6667e8ae.tar.gz
cpython-ee0810403dc95f232c0217876e026bac6667e8ae.tar.bz2
Made the GUSI options work again with GUSI 2.
Diffstat (limited to 'Mac/Python/macgetpath.c')
-rw-r--r--Mac/Python/macgetpath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c
index d1c60a0..bc957cc 100644
--- a/Mac/Python/macgetpath.c
+++ b/Mac/Python/macgetpath.c
@@ -189,7 +189,7 @@ Py_GetPath()
/*
** Open/create the Python Preferences file, return the handle
*/
-static short
+short
PyMac_OpenPrefFile()
{
AliasHandle handle;
@@ -467,4 +467,4 @@ PyMac_SetGUSIOptions()
if ( prefrh != -1) CloseResFile(prefrh);
UseResFile(oldrh);
}
-#endif /* USE_GUSI */
+#endif /* USE_GUSI1 */