mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
forgot to follow RHash change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55717aa69b
commit
35028627e5
1 changed files with 2 additions and 2 deletions
4
.gdbinit
4
.gdbinit
|
@ -78,8 +78,8 @@ define rp
|
|||
else
|
||||
if ($flags & 0x1f) == 0x0b
|
||||
printf "T_HASH: ",
|
||||
if ((struct RHash *)$arg0)->tbl
|
||||
printf "len=%d ", ((struct RHash *)$arg0)->tbl->num_entries
|
||||
if ((struct RHash *)$arg0)->ntbl
|
||||
printf "len=%d ", ((struct RHash *)$arg0)->ntbl->num_entries
|
||||
end
|
||||
print (struct RHash *)$arg0
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue