summaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-09 02:16:42 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-09 02:16:42 +0000
commit373a239156f0693c603e10e715ffcf8d62ebb857 (patch)
treebe3899a5d2b1d268ede3855d0a1ebd65740d836f /re.c
parentefaf872007d533095f17104043fc9f15d99565db (diff)
downloadruby-373a239156f0693c603e10e715ffcf8d62ebb857.tar.gz
ruby-373a239156f0693c603e10e715ffcf8d62ebb857.tar.xz
ruby-373a239156f0693c603e10e715ffcf8d62ebb857.zip
* re.c (match_entry): add prototype to avoid VC++ warnings.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.c')
-rw-r--r--re.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/re.c b/re.c
index 313486c22..c7103c871 100644
--- a/re.c
+++ b/re.c
@@ -967,6 +967,7 @@ match_aref(argc, argv, match)
return rb_reg_nth_match(FIX2INT(idx), match);
}
+static VALUE match_entry _((VALUE, long));
static VALUE
match_entry(match, n)
VALUE match;