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

ruby-changes:40484

From: ko1 <ko1@a...>
Date: Sat, 14 Nov 2015 05:04:44 +0900 (JST)
Subject: [ruby-changes:40484] ko1:r52565 (trunk): * node.h: remove old comments.

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

  New Revision: 52565

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

  Log:
    * node.h: remove old comments.

  Modified files:
    trunk/ChangeLog
    trunk/node.h
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52564)
+++ ChangeLog	(revision 52565)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Nov 14 05:04:09 2015  Koichi Sasada  <ko1@a...>
+
+	* node.h: remove old comments.
+
 Sat Nov 14 04:55:36 2015  Koichi Sasada  <ko1@a...>
 
 	* refactoring CREF related code.
Index: node.h
===================================================================
--- node.h	(revision 52564)
+++ node.h	(revision 52565)
@@ -265,8 +265,6 @@ typedef struct RNode { https://github.com/ruby/ruby/blob/trunk/node.h#L265
 /* 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: NODE_FL_CREF_PUSHED_BY_EVAL
- *          16: NODE_FL_CREF_OMOD_SHARED
  */
 #define NODE_FL_NEWLINE              (((VALUE)1)<<7)
 

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

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