summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-12 12:37:24 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-12 12:37:24 (GMT)
commitfffb8bb5260aaa77b0d148f714ccaf2f8f7a8cd0 (patch)
treebc8e838f6082d416b3544e3e31ed813558ece8be /Mac/Python
parent9a22de101fd66c6e0d1a6dda515a7b31d8c9c9aa (diff)
downloadcpython-fffb8bb5260aaa77b0d148f714ccaf2f8f7a8cd0.zip
cpython-fffb8bb5260aaa77b0d148f714ccaf2f8f7a8cd0.tar.gz
cpython-fffb8bb5260aaa77b0d148f714ccaf2f8f7a8cd0.tar.bz2
rename2 changes
Diffstat (limited to 'Mac/Python')
-rw-r--r--Mac/Python/macgetmtime.c1
-rw-r--r--Mac/Python/macglue.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/Mac/Python/macgetmtime.c b/Mac/Python/macgetmtime.c
index d4d15be..aeb1e70 100644
--- a/Mac/Python/macgetmtime.c
+++ b/Mac/Python/macgetmtime.c
@@ -1,4 +1,5 @@
#include "macstat.h"
+#include "rename2.h"
/* Interfaced used by import.c */
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c
index e5e224b..353c850 100644
--- a/Mac/Python/macglue.c
+++ b/Mac/Python/macglue.c
@@ -40,7 +40,7 @@ char *macstrerror(int err)
/* Set a MAC-specific error from errno, and return NULL; return None if no error */
PyObject *
-PyErr_Mac(object *eobj, int err)
+PyErr_Mac(PyObject *eobj, int err)
{
char *msg;
PyObject *v;