aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-13 20:05:37 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-13 20:05:37 +0000
commitdb1387905a5186aff6c29c9304ed4fe3af551372 (patch)
tree87c2f7dc0a7f5a79cc880792ff1e0eb0bbc6c85a /node.h
parentf1028f5cf75a741409e8be5e2eae5742cc74beb6 (diff)
downloadruby-db1387905a5186aff6c29c9304ed4fe3af551372.tar.gz
additional fix of comment line
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.h')
-rw-r--r--node.h2
1 files changed, 1 insertions, 1 deletions
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)