summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Include/pyconfig.h (renamed from Mac/Include/config.h)0
-rw-r--r--Mac/Python/macgetcompiler.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/pyconfig.h
index 4158873..4158873 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/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 @@ PERFORMANCE OF THIS SOFTWARE.
/* Return a string representing the compiler name */
-#include "config.h"
+#include "pyconfig.h"
#include "Python.h"
#ifdef __MWERKS__