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,4 +1,5 @@
#include "macstat.h"
#include "rename2.h"
/* Interfaced used by import.c */

View file

@ -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;