From db1387905a5186aff6c29c9304ed4fe3af551372 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 13 Nov 2015 20:05:37 +0000 Subject: additional fix of comment line git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.h') diff --git a/node.h b/node.h index aa8b582d27..4d632003a9 100644 --- a/node.h +++ b/node.h @@ -264,7 +264,7 @@ typedef struct RNode { /* FL : 0..4: T_TYPES, 5: KEEP_WB, 6: PROMOTED, 7: FINALIZE, 8: TAINT, 9: UNTRUSTERD, 10: EXIVAR, 11: FREEZE */ /* NODE_FL: 0..4: T_TYPES, 5: KEEP_WB, 6: PROMOTED, 7: NODE_FL_NEWLINE|NODE_FL_CREF_PUSHED_BY_EVAL, * 8..14: nd_type, - * 15..: nd_line or + * 15..: nd_line */ #define NODE_FL_NEWLINE (((VALUE)1)<<7) -- cgit v1.2.3