summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/re.c b/re.c
index cec9d0fffd..ab60aba1c1 100644
--- a/re.c
+++ b/re.c
@@ -680,6 +680,7 @@ match_alloc(klass)
return (VALUE)match;
}
+/* :nodoc: */
static VALUE
match_init_copy(obj, orig)
VALUE obj, orig;
@@ -1974,6 +1975,7 @@ rb_reg_s_union(argc, argv)
}
}
+/* :nodoc: */
static VALUE
rb_reg_init_copy(copy, re)
VALUE copy, re;