diff options
author | Guido van Rossum <guido@python.org> | 1995-01-20 16:52:42 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-20 16:52:42 +0000 |
commit | 855d0b36026107d9625a8f5c3ac68d015daf35b2 (patch) | |
tree | dd38aeffb852e7276cb398b5301606eb2a4dac67 /Include/classobject.h | |
parent | define INSTALL_PROGRAM and INSTALL_DATA (diff) | |
download | cpython-855d0b36026107d9625a8f5c3ac68d015daf35b2.tar.gz cpython-855d0b36026107d9625a8f5c3ac68d015daf35b2.tar.bz2 cpython-855d0b36026107d9625a8f5c3ac68d015daf35b2.zip |
corrected two unconverted names
Diffstat (limited to 'Include/classobject.h')
-rw-r--r-- | Include/classobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/classobject.h b/Include/classobject.h index 9c4bc51d717..98100095b44 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -71,7 +71,7 @@ extern PyObject *PyMethod_Class Py_PROTO((PyObject *)); extern int PyClass_IsSubclass Py_PROTO((PyObject *, PyObject *)); -extern PyObject *instancebinop +extern PyObject *PyInstance_DoBinOp Py_PROTO((PyObject *, PyObject *, char *, char *, PyObject * (*) Py_PROTO((PyObject *, PyObject *)) )); |