1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* node.h: remove old comments.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2015-11-13 20:04:32 +00:00
parent 32a9647264
commit f1028f5cf7
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Sat Nov 14 05:04:09 2015 Koichi Sasada <ko1@atdot.net>
* node.h: remove old comments.
Sat Nov 14 04:55:36 2015 Koichi Sasada <ko1@atdot.net>
* refactoring CREF related code.

2
node.h
View file

@ -265,8 +265,6 @@ typedef struct RNode {
/* 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)