mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
internal.h: functions for class internals
* internal.h: move function declarations for class internals from include/ruby/intern.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9c8d9f31f7
commit
8e1a0856ed
3 changed files with 9 additions and 4 deletions
|
@ -694,6 +694,10 @@ VALUE rb_integer_float_cmp(VALUE x, VALUE y);
|
|||
VALUE rb_integer_float_eq(VALUE x, VALUE y);
|
||||
|
||||
/* class.c */
|
||||
VALUE rb_class_boot(VALUE);
|
||||
VALUE rb_class_inherited(VALUE, VALUE);
|
||||
VALUE rb_make_metaclass(VALUE, VALUE);
|
||||
VALUE rb_include_class_new(VALUE, VALUE);
|
||||
void rb_class_foreach_subclass(VALUE klass, void (*f)(VALUE, VALUE), VALUE);
|
||||
void rb_class_detach_subclasses(VALUE);
|
||||
void rb_class_detach_module_subclasses(VALUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue