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

@ -30,7 +30,7 @@
#endif
char *
getcompiler()
Py_GetCompiler()
{
return COMPILER;
}