summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/struct.c b/struct.c
index 9ad30460ff..fd149e3c75 100644
--- a/struct.c
+++ b/struct.c
@@ -514,6 +514,7 @@ rb_struct_to_a(s)
return rb_ary_new4(RSTRUCT(s)->len, RSTRUCT(s)->ptr);
}
+/* :nodoc: */
static VALUE
rb_struct_init_copy(copy, s)
VALUE copy, s;