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/macgetplatform.c b/Mac/Python/macgetplatform.c index a454214..4442ea2 100644 --- a/Mac/Python/macgetplatform.c +++ b/Mac/Python/macgetplatform.c
@@ -1,6 +1,6 @@ char * -getplatform() +Py_GetPlatform() { return "mac"; }