diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 07:54:53 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 07:54:53 +0000 |
| commit | 23204cd896a90ef233f69d2172060aa50cb019f9 (patch) | |
| tree | b0148cdc8a383e45ed0a9b118cc6d26b57499692 /re.c | |
| parent | a6f797e9ed9e031713a6fbd199dc9ac021d34edf (diff) | |
| download | ruby-23204cd896a90ef233f69d2172060aa50cb019f9.tar.gz ruby-23204cd896a90ef233f69d2172060aa50cb019f9.tar.xz ruby-23204cd896a90ef233f69d2172060aa50cb019f9.zip | |
* re.c (Init_Regexp): remove obsolete const alias: MatchingData.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.c')
| -rw-r--r-- | re.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2442,7 +2442,6 @@ Init_Regexp(void) rb_global_variable(®_cache); rb_cMatch = rb_define_class("MatchData", rb_cObject); - rb_define_global_const("MatchingData", rb_cMatch); rb_define_alloc_func(rb_cMatch, match_alloc); rb_undef_method(CLASS_OF(rb_cMatch), "new"); |
