mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
2915bc4dc2
commit
60d1320326
2 changed files with 5 additions and 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
|
||||
|
|
|
@ -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*);
|
||||
|
|
Loading…
Reference in a new issue