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/ceval.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Python/ceval.c') diff --git a/Python/ceval.c b/Python/ceval.c index 0bf5d00410..bcdd98f318 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -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 #ifdef HAVE_LIMITS_H -- cgit v1.2.1