diff options
Diffstat (limited to 'Mac/Python')
-rw-r--r-- | Mac/Python/macgetpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c index dfb689e..b79d555 100644 --- a/Mac/Python/macgetpath.c +++ b/Mac/Python/macgetpath.c @@ -64,7 +64,7 @@ PERFORMANCE OF THIS SOFTWARE. #include <Dialogs.h> #ifndef USE_BUILTIN_PATH -staticforward char *PyMac_GetPythonPath(); +static char *PyMac_GetPythonPath(); #endif #define PYTHONPATH "\ |