commit | 0a116f3a2901b040faa356ffc3dbb91a7f00d215 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Mon Dec 23 21:03:36 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Mon Dec 23 21:03:36 2002 +0000 |
tree | e40ba85845e717a5314e54c0406a90c1b585111d | |
parent | 446f32367b4900b8cbbeb155c5553d8277fa56cf [diff] [blame] |
Squashed compiler warnings by adding casts, making sure prototypes are in scope and looking at types.
diff --git a/Modules/main.c b/Modules/main.c index 2005f0b..ca382c6 100644 --- a/Modules/main.c +++ b/Modules/main.c
@@ -13,6 +13,10 @@ #include <fcntl.h> #endif +#if defined(WITH_NEXT_FRAMEWORK) +#include "pymactoolbox.h" +#endif + #if (defined(PYOS_OS2) && !defined(PYCC_GCC)) || defined(MS_WINDOWS) #define PYTHONHOMEHELP "<prefix>\\lib" #else