mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Include macglue.h for some function prototypes, and renamed a few
mac-specific functions to have a PyMac_ name.
This commit is contained in:
parent
28fc880e9a
commit
cbf630f0a9
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue