Skip to content

Commit

Permalink
Print NODE_SELF nd_state field
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Dec 27, 2023
1 parent 862cfca commit 81cf749
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node_dump.c
Expand Up @@ -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:
Expand Down

0 comments on commit 81cf749

Please sign in to comment.