mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -23,6 +23,10 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#include "eval.h"
|
||||
#include "opcode.h"
|
||||
|
||||
#ifdef macintosh
|
||||
#include "macglue.h"
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue