Old names changed to Py_GetCopyright, etc.
diff --git a/Mac/Python/macgetcompiler.c b/Mac/Python/macgetcompiler.c
index d93172b..15dba4b 100644
--- a/Mac/Python/macgetcompiler.c
+++ b/Mac/Python/macgetcompiler.c
@@ -30,7 +30,7 @@
 #endif
 
 char *
-getcompiler()
+Py_GetCompiler()
 {
 	return COMPILER;
 }