mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2000-02-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
25be6ce9b5
commit
320e99d8dd
33 changed files with 1157 additions and 516 deletions
4
ruby.h
4
ruby.h
|
@ -400,6 +400,10 @@ void rb_undef_method _((VALUE,const char*));
|
|||
void rb_define_alias _((VALUE,const char*,const char*));
|
||||
void rb_define_attr _((VALUE,const char*,int,int));
|
||||
|
||||
void rb_global_variable _((VALUE*));
|
||||
void rb_gc_register_address _((VALUE*));
|
||||
void rb_gc_unregister_address _((VALUE*));
|
||||
|
||||
ID rb_intern _((const char*));
|
||||
char *rb_id2name _((ID));
|
||||
ID rb_to_id _((VALUE));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue