mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* intern.h: remove dangling rb_class_init_copy declaration
[ruby-core:55120] [Bug #8434] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c43dd625b6
commit
de8cb828f5
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
Fri May 24 17:07:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
|
||||
|
||||
* intern.h: remove dangling rb_class_init_copy declaration
|
||||
[ruby-core:55120] [Bug #8434]
|
||||
|
||||
Fri May 24 16:31:23 2013 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* ext/strscan/strscan.c (strscan_aref): raise error if given
|
||||
|
|
|
|||
|
|
@ -156,7 +156,6 @@ VALUE rb_Complex(VALUE, VALUE);
|
|||
VALUE rb_class_boot(VALUE);
|
||||
VALUE rb_class_new(VALUE);
|
||||
VALUE rb_mod_init_copy(VALUE, VALUE);
|
||||
VALUE rb_class_init_copy(VALUE, VALUE);
|
||||
VALUE rb_singleton_class_clone(VALUE);
|
||||
void rb_singleton_class_attached(VALUE,VALUE);
|
||||
VALUE rb_make_metaclass(VALUE, VALUE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue