[ruby/bigdecimal] Make GetVpValue inline

https://github.com/ruby/bigdecimal/commit/1b642e2e59
This commit is contained in:
Kenta Murata 2022-11-13 10:11:27 +09:00 коммит произвёл git
Родитель 0d5248673d
Коммит 977aac057f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -249,7 +249,7 @@ SomeOneMayDoIt:
return NULL; /* NULL means to coerce */
}
static Real*
static inline Real*
GetVpValue(VALUE v, int must)
{
return GetVpValueWithPrec(v, -1, must);