diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/object.h b/Include/object.h index d987efb..a66629c 100644 --- a/Include/object.h +++ b/Include/object.h @@ -142,6 +142,7 @@ typedef struct { object *(*nb_and) FPROTO((object *, object *)); object *(*nb_xor) FPROTO((object *, object *)); object *(*nb_or) FPROTO((object *, object *)); + int (*nb_coerce) FPROTO((object **, object **)); } number_methods; typedef struct { |