summaryrefslogtreecommitdiff
path: root/Include/classobject.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-20 16:52:42 +0000
committerGuido van Rossum <guido@python.org>1995-01-20 16:52:42 +0000
commit855d0b36026107d9625a8f5c3ac68d015daf35b2 (patch)
treedd38aeffb852e7276cb398b5301606eb2a4dac67 /Include/classobject.h
parent6403d284b0d5f66fc1284fd40189a59ac061b631 (diff)
downloadcpython-git-855d0b36026107d9625a8f5c3ac68d015daf35b2.tar.gz
corrected two unconverted names
Diffstat (limited to 'Include/classobject.h')
-rw-r--r--Include/classobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/classobject.h b/Include/classobject.h
index 9c4bc51d71..98100095b4 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 *)) ));