summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/object.h b/Include/object.h
index ac72529..5a93000 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -135,6 +135,7 @@ typedef struct {
object *(*nb_negative) FPROTO((object *));
object *(*nb_positive) FPROTO((object *));
object *(*nb_absolute) FPROTO((object *));
+ int (*nb_nonzero) FPROTO((object *));
} number_methods;
typedef struct {