commit | b4a7db7736069ad8c3aeaf5840d64a247b1f999f | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Jul 27 09:22:03 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Jul 27 09:22:03 2001 +0000 |
tree | bdda55d500b76c5c95556c56f5c23745e9eb3e24 | |
parent | 8d2f3d66ee681a7d9a18fb854d0ecd1816edb78b [diff] [blame] |
config.h renamed to pyconfig.h
diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c index be1a2c3..e3d24b7 100644 --- a/Mac/Python/macgetcompiler.c +++ b/Mac/Python/macgetcompiler.c
@@ -31,7 +31,7 @@ /* Return a string representing the compiler name */ -#include "config.h" +#include "pyconfig.h" #include "Python.h" #ifdef __MWERKS__