Skip to content

Commit

Permalink
* .gdbinit (rp): fixed typo for T_STRUCT.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Dec 9, 2008
1 parent e41fb7d commit e44aeea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ define rp
print (struct RStruct *)$arg0
x/xw (($flags & (RUBY_FL_USER1|RUBY_FL_USER2)) ? \
((struct RStruct *)$arg0)->as.ary : \
((struct RStruct *)$arg0)->as.heap.len)
((struct RStruct *)$arg0)->as.heap.ptr)
else
if ($flags & RUBY_T_MASK) == RUBY_T_BIGNUM
printf "T_BIGNUM: sign=%d len=%ld ", \
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Tue Dec 9 12:08:47 2008 Nobuyoshi Nakada <[email protected]>

* .gdbinit (rp): fixed typo for T_STRUCT.

Tue Dec 9 11:50:46 2008 Yuki Sonoda (Yugui) <[email protected]>

* pack.c (pack_pck): fixed [ruby-dev:37295].
Expand Down

0 comments on commit e44aeea

Please sign in to comment.