summaryrefslogtreecommitdiff
path: root/Include/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/object.h')
-rw-r--r--Include/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h
index 30538b5042..592ee0294d 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -297,7 +297,7 @@ typedef struct _typeobject {
printfunc tp_print;
getattrfunc tp_getattr;
setattrfunc tp_setattr;
- cmpfunc tp_compare;
+ cmpfunc tp_reserved;
reprfunc tp_repr;
/* Method suites for standard classes */