| commit | cbf630f0a916b6e34295379db01a6e2950e05012 | [log] [tgz] |
|---|---|---|
| author | Jack Jansen <jack.jansen@cwi.nl> | Tue Jul 11 21:59:16 2000 +0000 |
| committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Jul 11 21:59:16 2000 +0000 |
| tree | 126400ff619ca4c0130d0d8b974eb8f7efeef6be | |
| parent | 28fc880e9ac15c0f8f704b5862bdc38be0985d99 [diff] [blame] |
Include macglue.h for some function prototypes, and renamed a few mac-specific functions to have a PyMac_ name.
diff --git a/Python/ceval.c b/Python/ceval.c index 0bf5d00..bcdd98f 100644 --- a/Python/ceval.c +++ b/Python/ceval.c
@@ -23,6 +23,10 @@ #include "eval.h" #include "opcode.h" +#ifdef macintosh +#include "macglue.h" +#endif + #include <ctype.h> #ifdef HAVE_LIMITS_H