mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
rename2 changes
This commit is contained in:
parent
9a22de101f
commit
fffb8bb526
4 changed files with 15 additions and 16 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "macstat.h"
|
||||
#include "rename2.h"
|
||||
|
||||
/* Interfaced used by import.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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue