mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
revert r64847, r64846 and r64839
because r64849 seems to fix issues which we were confused about. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fa3d1ca0f4
commit
6e62e59eec
9 changed files with 87 additions and 7 deletions
|
@ -531,6 +531,8 @@ enum ruby_basic_operators {
|
|||
BOP_MAX,
|
||||
BOP_MIN,
|
||||
BOP_CALL,
|
||||
BOP_AND,
|
||||
BOP_OR,
|
||||
|
||||
BOP_LAST_
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue