mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
remvoe assertion because rubyspec hit this assert
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2e5aa3fba8
commit
7f4fbc1f09
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ rb_obj_hidden_p(VALUE obj)
|
|||
}
|
||||
}
|
||||
|
||||
#define PUSH(x) (VM_ASSERT(!rb_obj_hidden_p(x)), SET_SV(x), INC_SP(1))
|
||||
#define PUSH(x) (SET_SV(x), INC_SP(1))
|
||||
#define TOPN(n) (*(GET_SP()-(n)-1))
|
||||
#define POPN(n) (DEC_SP(n))
|
||||
#define POP() (DEC_SP(1))
|
||||
|
|
Loading…
Add table
Reference in a new issue