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

@ -41,8 +41,7 @@ extern PyObject *PyLong_FromDouble Py_PROTO((double));
extern long PyLong_AsLong Py_PROTO((PyObject *));
extern double PyLong_AsDouble Py_PROTO((PyObject *));
PyObject *PyLong_FromString Py_PROTO((char *, int));
PyObject *long_escan Py_PROTO((char *, char **, int));
PyObject *PyLong_FromString Py_PROTO((char *, char **, int));
#ifdef __cplusplus
}