mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,
object.c, string.c, variable.c, vm_macro.def: revert private instance variable feature, which is postponed until next major release. * marshal.c: TYPE_SYMBOL2 removed; MARSHAL_MINOR reverted back to 8th version. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3600c7ef8f
commit
b83ed6d1bd
13 changed files with 25 additions and 160 deletions
3
intern.h
3
intern.h
|
@ -398,7 +398,6 @@ ID rb_id_attrset(ID);
|
|||
void rb_gc_mark_parser(void);
|
||||
int rb_is_const_id(ID);
|
||||
int rb_is_instance_id(ID);
|
||||
int rb_is_instance2_id(ID);
|
||||
int rb_is_class_id(ID);
|
||||
int rb_is_local_id(ID);
|
||||
int rb_is_junk_id(ID);
|
||||
|
@ -410,8 +409,6 @@ void rb_backref_set(VALUE);
|
|||
VALUE rb_lastline_get(void);
|
||||
void rb_lastline_set(VALUE);
|
||||
VALUE rb_sym_all_symbols(void);
|
||||
ID rb_compose_ivar2(ID, VALUE);
|
||||
ID rb_decompose_ivar2(ID, VALUE*);
|
||||
/* process.c */
|
||||
void rb_last_status_set(int status, rb_pid_t pid);
|
||||
VALUE rb_last_status_get(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue