mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
rename2 changes
This commit is contained in:
parent
9a22de101f
commit
fffb8bb526
4 changed files with 15 additions and 16 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue