[ruby/bigdecimal] Make GetVpValue inline
https://github.com/ruby/bigdecimal/commit/1b642e2e59
This commit is contained in:
parent
0d5248673d
commit
977aac057f
@ -249,7 +249,7 @@ SomeOneMayDoIt:
|
|||||||
return NULL; /* NULL means to coerce */
|
return NULL; /* NULL means to coerce */
|
||||||
}
|
}
|
||||||
|
|
||||||
static Real*
|
static inline Real*
|
||||||
GetVpValue(VALUE v, int must)
|
GetVpValue(VALUE v, int must)
|
||||||
{
|
{
|
||||||
return GetVpValueWithPrec(v, -1, must);
|
return GetVpValueWithPrec(v, -1, must);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user