1
0
Fork 0
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:
akr 2007-09-11 16:22:50 +00:00
parent 55717aa69b
commit 35028627e5

View file

@ -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