Skip to content

Commit

Permalink
* node.h: catch up comments for last commit.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Nov 4, 2013
1 parent 8cb2cc5 commit 30456e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tue Nov 5 00:05:51 2013 Koichi Sasada <ko1@atdot.net>

* node.h: catch up comments for last commit.

Tue Nov 5 00:02:00 2013 Koichi Sasada <ko1@atdot.net>

* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.
Expand Down
4 changes: 2 additions & 2 deletions node.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ typedef struct RNode {

#define RNODE(obj) (R_CAST(RNode)(obj))

/* FL : 0..4: T_TYPES, 5: KEEP_WB, 6: OLDGEN, 7: FINALIZE, 8: TAINT, 9: UNTRUSTERD, 10: EXIVAR, 11: FREEZE */
/* NODE_FL: 0..4: T_TYPES, 5: KEEP_WB, 6: OLDGEN, 7: NODE_FL_NEWLINE|NODE_FL_CREF_PUSHED_BY_EVAL,
/* 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: NODE_FL_CREF_PUSHED_BY_EVAL
Expand Down

0 comments on commit 30456e9

Please sign in to comment.