summaryrefslogtreecommitdiffstats
path: root/Doc/includes/typestruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/includes/typestruct.h')
-rw-r--r--Doc/includes/typestruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/includes/typestruct.h b/Doc/includes/typestruct.h
index f6451b9..32647c0 100644
--- a/Doc/includes/typestruct.h
+++ b/Doc/includes/typestruct.h
@@ -9,7 +9,7 @@ typedef struct _typeobject {
printfunc tp_print;
getattrfunc tp_getattr;
setattrfunc tp_setattr;
- cmpfunc tp_compare;
+ void *tp_reserved;
reprfunc tp_repr;
/* Method suites for standard classes */