Skip to content

Commit 476bc0f

Browse files
author
guido
committed
add 5th arg to instancebinop
git-svn-id: http://svn.python.org/projects/python/trunk@4528 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 58e59c0 commit 476bc0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Include/classobject.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ extern object *instancemethodgetclass PROTO((object *));
7171

7272
extern int issubclass PROTO((object *, object *));
7373

74-
extern object *instancebinop PROTO((object *, object *, char *, char *));
74+
extern object *instancebinop PROTO((object *, object *, char *, char *,
75+
object * (*) PROTO((object *, object *)) ));
7576

7677
#ifdef __cplusplus
7778
}

0 commit comments

Comments
 (0)