Skip to content

Commit

Permalink
* include/ruby/intern.h (rb_path2class): no deprecation.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Aug 10, 2009
1 parent 2915bc4 commit 60d1320
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Mon Aug 10 21:45:26 2009 Nobuyoshi Nakada <[email protected]>

* include/ruby/intern.h (rb_path2class): no deprecation.

Mon Aug 10 10:57:59 2009 Narihiro Nakamura <[email protected]>

* gc.c: reject unused longlife gc. longlife gc target is loglife
Expand Down
2 changes: 1 addition & 1 deletion include/ruby/intern.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*);
Expand Down

0 comments on commit 60d1320

Please sign in to comment.