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 | |
| 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
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | include/ruby/intern.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Mon Aug 10 21:45:26 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * include/ruby/intern.h (rb_path2class): no deprecation. + Mon Aug 10 10:57:59 2009 Narihiro Nakamura <authorNari@gmail.com> * gc.c: reject unused longlife gc. longlife gc target is loglife 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*); |
