зеркало из https://github.com/github/ruby.git
* compile.c (defined_expr): should handle NODE_{AND,OR} as
"expression". [ruby-dev:35951] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
6194a7eef1
Коммит
cc3cbd2965
|
@ -1,3 +1,8 @@
|
|||
Mon Aug 25 19:05:27 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* compile.c (defined_expr): should handle NODE_{AND,OR} as
|
||||
"expression". [ruby-dev:35951]
|
||||
|
||||
Mon Aug 25 17:36:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* include/ruby/intern.h (rb_io_ungetbyte): added prototype.
|
||||
|
|
|
@ -2334,6 +2334,8 @@ defined_expr(rb_iseq_t *iseq, LINK_ANCHOR *ret,
|
|||
case NODE_STR:
|
||||
case NODE_LIT:
|
||||
case NODE_ZARRAY:
|
||||
case NODE_AND:
|
||||
case NODE_OR:
|
||||
estr = "expression";
|
||||
break;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче