diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-07-10 15:48:25 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-07-10 15:48:25 (GMT) |
commit | a547dcaff09fa530871a0405b146c6bf958b48b4 (patch) | |
tree | e12796b7b8950810e4c741f373ef50fbe9c36474 /Mac/Python/macgetcompiler.c | |
parent | 84d0bfcbe06a5d8e8a019e786e1302e71c8e2ca0 (diff) | |
download | cpython-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.c | 2 |
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; } |