rename2 changes

This commit is contained in:
Guido van Rossum 1995-01-12 12:37:24 +00:00
parent 9a22de101f
commit fffb8bb526
4 changed files with 15 additions and 16 deletions

View file

@ -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 */
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 */