summaryrefslogtreecommitdiff
path: root/re.c
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-16 15:56:31 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-16 15:56:31 +0000
commit50cc115b7e29418bf8cc1713717e72912f45e74a (patch)
tree31a9d7f534a99a4f0fc9f18b93374787d50dde89 /re.c
parent94e5dc3416d579b0659bbcad5bf161025e96f45c (diff)
* 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
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
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);