mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
follow RFloat member name change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7a62e3ea59
commit
774aebb3ce
1 changed files with 1 additions and 1 deletions
2
.gdbinit
2
.gdbinit
|
@ -46,7 +46,7 @@ define rp
|
|||
print (struct RClass *)$arg0
|
||||
else
|
||||
if ($flags & RUBY_T_MASK) == RUBY_T_FLOAT
|
||||
printf "T_FLOAT: %.16g ", (((struct RFloat*)$arg0)->value)
|
||||
printf "T_FLOAT: %.16g ", (((struct RFloat*)$arg0)->float_value)
|
||||
print (struct RFloat *)$arg0
|
||||
else
|
||||
if ($flags & RUBY_T_MASK) == RUBY_T_STRING
|
||||
|
|
Loading…
Reference in a new issue