From 50cc115b7e29418bf8cc1713717e72912f45e74a Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 16 Sep 2002 15:56:31 +0000 Subject: * io.c: add parameter prototype. * re.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- re.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 're.c') diff --git a/re.c b/re.c index 019e4de09f..366387b6ac 100644 --- a/re.c +++ b/re.c @@ -1327,7 +1327,7 @@ rb_reg_options(re) static VALUE rb_reg_become(copy, re) - VALUE re; + VALUE copy, re; { if (copy == re) return copy; rb_check_frozen(copy); -- cgit v1.2.3