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

* .gdbinit (rp): T_VALUES is no longer defined.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-05-23 02:38:02 +00:00
parent 87c828e39e
commit 39a86bf60a

View file

@ -177,10 +177,6 @@ define rp
printf "T_SYMBOL: "
print (struct RBasic *)$arg0
else
if ($flags & RUBY_T_MASK) == RUBY_T_VALUES
printf "T_VALUES: "
print (struct RValues *)$arg0
else
if ($flags & RUBY_T_MASK) == RUBY_T_UNDEF
printf "T_UNDEF: "
print (struct RBasic *)$arg0
@ -224,7 +220,6 @@ define rp
end
end
end
end
end
document rp
Print a Ruby's VALUE.