[前][次][番号順一覧][スレッド一覧]

ruby-changes:40485

From: ko1 <ko1@a...>
Date: Sat, 14 Nov 2015 05:05:42 +0900 (JST)
Subject: [ruby-changes:40485] ko1:r52566 (trunk): additional fix of comment line

ko1	2015-11-14 05:05:37 +0900 (Sat, 14 Nov 2015)

  New Revision: 52566

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52566

  Log:
    additional fix of comment line

  Modified files:
    trunk/node.h
Index: node.h
===================================================================
--- node.h	(revision 52565)
+++ node.h	(revision 52566)
@@ -264,7 +264,7 @@ typedef struct RNode { https://github.com/ruby/ruby/blob/trunk/node.h#L264
 /* 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)
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]