From: Guido van Rossum Date: Mon, 27 Jun 1994 15:24:53 +0000 (+0000) Subject: Change include path for unixemu headers; rename access to access_ X-Git-Tag: v1.1~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170c2e108fabc5bba0d894f87266c400eebff884;p=thirdparty%2FPython%2Fcpython.git Change include path for unixemu headers; rename access to access_ --- diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index cc6cf426bd42..f684dd2d300a 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -36,9 +36,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include -#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