mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1.1b9_05 bug fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a0cf52c331
commit
7253910df8
10 changed files with 137 additions and 66 deletions
2
ruby.h
2
ruby.h
|
|
@ -385,7 +385,7 @@ void rb_define_global_function _((char *, VALUE (*)(), int));
|
|||
|
||||
void rb_undef_method _((VALUE,char*));
|
||||
void rb_define_alias _((VALUE,char*,char*));
|
||||
void rb_define_attr _((VALUE,ID,int,int));
|
||||
void rb_define_attr _((VALUE,char*,int,int));
|
||||
|
||||
ID rb_intern _((char*));
|
||||
char *rb_id2name _((ID));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue