Include macglue.h for some function prototypes, and renamed a few

mac-specific functions to have a PyMac_ name.
This commit is contained in:
Jack Jansen 2000-07-11 21:59:16 +00:00
parent 28fc880e9a
commit cbf630f0a9
3 changed files with 10 additions and 3 deletions

View file

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