node.c (NODE_OP_CDECL): fix a typo bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e93600334e
commit
fee54c824d
2
node.c
2
node.c
@ -474,7 +474,7 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
|
|||||||
switch (node->nd_aid) {
|
switch (node->nd_aid) {
|
||||||
case 0: A("0 (||)"); break;
|
case 0: A("0 (||)"); break;
|
||||||
case 1: A("1 (&&)"); break;
|
case 1: A("1 (&&)"); break;
|
||||||
default: A_ID(node->nd_mid);
|
default: A_ID(node->nd_aid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LAST_NODE;
|
LAST_NODE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user