Print NODE_SELF nd_state field

This commit is contained in:
yui-knk 2023-12-27 15:01:25 +09:00 committed by Yuichiro Kaneko
parent 862cfcaf75
commit 81cf7491d7

View File

@ -914,6 +914,9 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
ANN("self");
ANN("format: self");
ANN("example: self");
F_CUSTOM1(nd_state, "nd_state") {
A_INT((int)RNODE_SELF(node)->nd_state);
}
return;
case NODE_NIL: