summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
Diffstat (limited to 're.c')
-rw-r--r--re.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/re.c b/re.c
index 44218cfd56..d3de8f92e2 100644
--- a/re.c
+++ b/re.c
@@ -13,7 +13,7 @@
#include "re.h"
#include <ctype.h>
-static VALUE rb_eRegexpError;
+VALUE rb_eRegexpError;
#define BEG(no) regs->beg[no]
#define END(no) regs->end[no]
@@ -664,7 +664,7 @@ make_regexp(s, len, flags)
*
*/
-static VALUE rb_cMatch;
+VALUE rb_cMatch;
static VALUE match_alloc _((VALUE));
static VALUE