about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/wrapped/wrappedgobject2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/wrappedgobject2.c b/src/wrapped/wrappedgobject2.c
index 21c5f20a..95a731d6 100644
--- a/src/wrapped/wrappedgobject2.c
+++ b/src/wrapped/wrappedgobject2.c
@@ -275,6 +275,9 @@ GO(9)   \
 GO(10)  \
 GO(11)  \
 GO(12)  \
+GO(13)  \
+GO(14)  \
+GO(15)  \
 
 #define GO(A)   \
 static uintptr_t my_copy_fct_##A = 0;                                     \