aboutsummaryrefslogtreecommitdiffstats
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 9332dfe389..c1e5af074d 100644
--- a/re.c
+++ b/re.c
@@ -678,6 +678,7 @@ match_alloc(klass)
return (VALUE)match;
}
+/* :nodoc: */
static VALUE
match_init_copy(obj, orig)
VALUE obj, orig;
@@ -1972,6 +1973,7 @@ rb_reg_s_union(argc, argv)
}
}
+/* :nodoc: */
static VALUE
rb_reg_init_copy(copy, re)
VALUE copy, re;