Skip to content

Commit

Permalink
ruby.h: RUBY_FL_PROMOTED
Browse files Browse the repository at this point in the history
* include/ruby/ruby.h (ruby_fl_type): revive RUBY_FL_PROMOTED for
  .gdbinit.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Sep 16, 2015
1 parent 29ae55c commit 40e3d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ruby/ruby.h
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,7 @@ enum ruby_fl_type {
RUBY_FL_WB_PROTECTED = (1<<5),
RUBY_FL_PROMOTED0 = (1<<5),
RUBY_FL_PROMOTED1 = (1<<6),
RUBY_FL_PROMOTED = RUBY_FL_PROMOTED0|RUBY_FL_PROMOTED1,
RUBY_FL_FINALIZE = (1<<7),
RUBY_FL_TAINT = (1<<8),
RUBY_FL_UNTRUSTED = RUBY_FL_TAINT,
Expand Down

0 comments on commit 40e3d07

Please sign in to comment.