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 1757e968c7..10451bcb12 100644
--- a/re.c
+++ b/re.c
@@ -511,6 +511,7 @@ make_regexp(s, len, flags)
static VALUE rb_cMatch;
+static VALUE match_alloc _((VALUE));
static VALUE
match_alloc(klass)
VALUE klass;
@@ -1002,6 +1003,7 @@ rb_reg_initialize(obj, s, len, options)
}
}
+static VALUE rb_reg_s_alloc _((VALUE));
static VALUE
rb_reg_s_alloc(klass)
VALUE klass;