diff options
author | Guido van Rossum <guido@python.org> | 1995-01-12 12:37:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-12 12:37:24 (GMT) |
commit | fffb8bb5260aaa77b0d148f714ccaf2f8f7a8cd0 (patch) | |
tree | bc8e838f6082d416b3544e3e31ed813558ece8be /Mac/Include | |
parent | 9a22de101fd66c6e0d1a6dda515a7b31d8c9c9aa (diff) | |
download | cpython-fffb8bb5260aaa77b0d148f714ccaf2f8f7a8cd0.zip cpython-fffb8bb5260aaa77b0d148f714ccaf2f8f7a8cd0.tar.gz cpython-fffb8bb5260aaa77b0d148f714ccaf2f8f7a8cd0.tar.bz2 |
rename2 changes
Diffstat (limited to 'Mac/Include')
-rw-r--r-- | Mac/Include/macglue.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h index 1f5d98d..d5be4fb 100644 --- a/Mac/Include/macglue.h +++ b/Mac/Include/macglue.h @@ -1,3 +1,3 @@ -char *macstrerror PROTO((int)); /* strerror with mac errors */ -object *PyErr_Mac PROTO((object *, int)); /* Exception with a mac error */ -int PyMac_Idle PROTO((void)); /* Idle routine */
\ No newline at end of file +char *macstrerror Py_PROTO((int)); /* strerror with mac errors */ +PyObject *PyErr_Mac Py_PROTO((PyObject *, int)); /* Exception with a mac error */ +int PyMac_Idle Py_PROTO((void)); /* Idle routine */ |