summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macgetcompiler.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-07-10 15:48:25 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-07-10 15:48:25 (GMT)
commita547dcaff09fa530871a0405b146c6bf958b48b4 (patch)
treee12796b7b8950810e4c741f373ef50fbe9c36474 /Mac/Python/macgetcompiler.c
parent84d0bfcbe06a5d8e8a019e786e1302e71c8e2ca0 (diff)
downloadcpython-a547dcaff09fa530871a0405b146c6bf958b48b4.zip
cpython-a547dcaff09fa530871a0405b146c6bf958b48b4.tar.gz
cpython-a547dcaff09fa530871a0405b146c6bf958b48b4.tar.bz2
Old names changed to Py_GetCopyright, etc.
Diffstat (limited to 'Mac/Python/macgetcompiler.c')
-rw-r--r--Mac/Python/macgetcompiler.c2
1 files changed, 1 insertions, 1 deletions
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;
}