diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-16 15:56:31 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-16 15:56:31 +0000 |
commit | 50cc115b7e29418bf8cc1713717e72912f45e74a (patch) | |
tree | 31a9d7f534a99a4f0fc9f18b93374787d50dde89 /re.c | |
parent | 94e5dc3416d579b0659bbcad5bf161025e96f45c (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |