diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-07 07:28:41 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-07 07:28:41 +0000 |
| commit | 44e65cb69ac81137e7722eea029f14729a629d7a (patch) | |
| tree | b8ed0e61bd26f8a330b0bdb4f237bf05795f69a1 | |
| parent | 84e0d04a8dffaa6384999c3c80d6dafd12b3cc74 (diff) | |
| download | ruby-44e65cb69ac81137e7722eea029f14729a629d7a.tar.gz ruby-44e65cb69ac81137e7722eea029f14729a629d7a.tar.xz ruby-44e65cb69ac81137e7722eea029f14729a629d7a.zip | |
* .gdbinit (rp): removed RUBY_T_BLOCK.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | .gdbinit | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -181,10 +181,6 @@ define rp printf "T_VALUES: " print (struct RValues *)$arg0 else - if ($flags & RUBY_T_MASK) == RUBY_T_BLOCK - printf "T_BLOCK: " - print (struct RBasic *)$arg0 - else if ($flags & RUBY_T_MASK) == RUBY_T_UNDEF printf "T_UNDEF: " print (struct RBasic *)$arg0 @@ -229,7 +225,6 @@ define rp end end end - end end document rp Print a Ruby's VALUE. |
