diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-10 12:45:33 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-10 12:45:33 +0000 |
| commit | 15e5f4fd5ef5d39fe7643338598865e892c9d1ae (patch) | |
| tree | 3b1f30bd662f1e375975823fc26d98d677c996b8 /include/ruby | |
| parent | dccdce2dc4809c65f1bc372423497f0ba2baa659 (diff) | |
| download | ruby-15e5f4fd5ef5d39fe7643338598865e892c9d1ae.tar.gz ruby-15e5f4fd5ef5d39fe7643338598865e892c9d1ae.tar.xz ruby-15e5f4fd5ef5d39fe7643338598865e892c9d1ae.zip | |
* include/ruby/intern.h (rb_path2class): no deprecation.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index a908b75cc..570f80baa 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -760,7 +760,7 @@ VALUE rb_class_path(VALUE); void rb_set_class_path(VALUE, VALUE, const char*); void rb_set_class_path_string(VALUE, VALUE, VALUE); VALUE rb_path_to_class(VALUE); -DEPRECATED(VALUE rb_path2class(const char*)); +VALUE rb_path2class(const char*); void rb_name_class(VALUE, ID); VALUE rb_class_name(VALUE); void rb_autoload(VALUE, ID, const char*); |
