mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
variable.c: remove deprecated internal feature
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f922f1cbeb
commit
cd0426c00b
3 changed files with 3 additions and 61 deletions
|
@ -35,6 +35,9 @@ DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_compile_error_append);
|
|||
/* struct.c */
|
||||
DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_struct_ptr);
|
||||
|
||||
/* variable.c */
|
||||
DECLARE_DEPRECATED_INTERNAL_FEATURE(rb_generic_ivar_table);
|
||||
|
||||
/* from version.c */
|
||||
#ifndef RUBY_SHOW_COPYRIGHT_TO_DIE
|
||||
# define RUBY_SHOW_COPYRIGHT_TO_DIE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue