0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 00:38:00 +01:00

Change include path for unixemu headers; rename access to access_

This commit is contained in:
Guido van Rossum 1994-06-27 15:24:53 +00:00
parent f713247ed7
commit 170c2e108f

View File

@ -36,9 +36,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <fcntl.h>
#include "::unixemu:macdefs.h"
#include "::unixemu:dir.h"
#include "::unixemu:stat.h"
#include ":::unixemu:macdefs.h"
#include ":::unixemu:dir.h"
#include ":::unixemu:stat.h"
#ifndef MAXPATHLEN
#define MAXPATHLEN 1024
@ -426,7 +426,7 @@ mac_write(self, args)
}
static struct methodlist mac_methods[] = {
{"access", mac_access},
{"access_", mac_access}, /* "access" is a Python reserved word */
{"chdir", mac_chdir},
{"close", mac_close},
#ifdef MPW