summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-10 12:45:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-10 12:45:33 +0000
commit60d1320326a7a58153b7dd76797512b8b2f566ba (patch)
tree3b1f30bd662f1e375975823fc26d98d677c996b8 /include
parent2915bc4dc282f9e4166ebc562ebd7e85ae5bf643 (diff)
* include/ruby/intern.h (rb_path2class): no deprecation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index a908b75cc4..570f80baaa 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*);