Skip to content

Commit

Permalink
[ruby/bigdecimal] Make GetVpValue inline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn authored and matzbot committed Nov 13, 2022
1 parent 0d52486 commit 977aac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/bigdecimal/bigdecimal.c
Expand Up @@ -249,7 +249,7 @@ GetVpValueWithPrec(VALUE v, long prec, int must)
return NULL; /* NULL means to coerce */
}

static Real*
static inline Real*
GetVpValue(VALUE v, int must)
{
return GetVpValueWithPrec(v, -1, must);
Expand Down

0 comments on commit 977aac0

Please sign in to comment.