Old names changed to Py_GetCopyright, etc.

This commit is contained in:
Jack Jansen 1996-07-10 15:48:25 +00:00
parent 84d0bfcbe0
commit a547dcaff0
4 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
char *
getplatform()
Py_GetPlatform()
{
return "mac";
}