mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
remove harmful declaration.
* variable.c (gen_ivtbl_get): declaration conflict on VC++. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2235695cbb
commit
56c38a648b
1 changed files with 0 additions and 1 deletions
|
@ -976,7 +976,6 @@ gen_ivtbl_get(VALUE obj, struct gen_ivtbl **ivtbl)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* for backwards compatibility only */
|
/* for backwards compatibility only */
|
||||||
NORETURN(st_table *rb_generic_ivar_table(VALUE));
|
|
||||||
st_table*
|
st_table*
|
||||||
rb_generic_ivar_table(VALUE obj)
|
rb_generic_ivar_table(VALUE obj)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue