new names for lots of new functions

This commit is contained in:
Guido van Rossum 1995-01-17 16:01:01 +00:00
parent 8e8a525f22
commit 938178283c
19 changed files with 90 additions and 55 deletions

View file

@ -54,7 +54,7 @@ int Py_AtExit Py_PROTO((void (*func) Py_PROTO((void))));
void Py_Exit Py_PROTO((int));
void cleanup Py_PROTO((void));
void Py_Cleanup Py_PROTO((void));
#ifdef __cplusplus
}