diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-21 12:42:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-21 12:42:54 +0000 |
commit | 7427390cadb47a77f9f0389e0bf477bb9b86ec70 (patch) | |
tree | 5ce8c9f0cb85234e5347fe3318e8b43018c82f83 | |
parent | 08732d4f570eedf1c6471a07590f52be629f8c02 (diff) | |
download | ruby-7427390cadb47a77f9f0389e0bf477bb9b86ec70.tar.gz |
.gdbinit (rp): missing "else" after T_NODE block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | .gdbinit | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -217,6 +217,7 @@ define rp output (enum node_type)(($flags&RUBY_NODE_TYPEMASK)>>RUBY_NODE_TYPESHIFT) printf "): " print *(NODE *)$arg0 + else if ($flags & RUBY_T_MASK) == RUBY_T_ZOMBIE printf "T_ZOMBIE: " print (struct RData *)$arg0 |