diff options
Diffstat (limited to 'rubyparser.h')
-rw-r--r-- | rubyparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rubyparser.h b/rubyparser.h index 16f5cac81f..7525069fcb 100644 --- a/rubyparser.h +++ b/rubyparser.h @@ -1153,7 +1153,7 @@ typedef struct RNode_ERROR { #define RNODE_FILE(node) ((rb_node_file_t *)(node)) #define RNODE_ENCODING(node) ((rb_node_encoding_t *)(node)) -/* FL : 0..4: T_TYPES, 5: KEEP_WB, 6: PROMOTED, 7: FINALIZE, 8: UNUSED, 9: UNUSED, 10: EXIVAR, 11: FREEZE */ +/* FL : 0..4: T_TYPES, 5: KEEP_WB, 6: PROMOTED, 7: FINALIZE, 8..10: UNUSED, 11: FREEZE */ /* NODE_FL: 0..4: UNUSED, 5: UNUSED, 6: UNUSED, 7: NODE_FL_NEWLINE, * 8..14: nd_type, * 15..: nd_line |