From cbf630f0a916b6e34295379db01a6e2950e05012 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 11 Jul 2000 21:59:16 +0000 Subject: Include macglue.h for some function prototypes, and renamed a few mac-specific functions to have a PyMac_ name. --- Python/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/import.c') diff --git a/Python/import.c b/Python/import.c index f1efccb871..99c811fb84 100644 --- a/Python/import.c +++ b/Python/import.c @@ -698,7 +698,7 @@ write_compiled_module(co, cpathname, mtime) if (Py_VerboseFlag) PySys_WriteStderr("# wrote %s\n", cpathname); #ifdef macintosh - setfiletype(cpathname, 'Pyth', 'PYC '); + PyMac_setfiletype(cpathname, 'Pyth', 'PYC '); #endif } -- cgit v1.2.1