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

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