commit | a547dcaff09fa530871a0405b146c6bf958b48b4 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed Jul 10 15:48:25 1996 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed Jul 10 15:48:25 1996 +0000 |
tree | e12796b7b8950810e4c741f373ef50fbe9c36474 | |
parent | 84d0bfcbe06a5d8e8a019e786e1302e71c8e2ca0 [diff] [blame] |
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; }