Prefer RBOOL
This commit is contained in:
parent
069cca6f74
commit
789da481fc
Notes:
git
2022-01-01 18:54:14 +09:00
@ -693,7 +693,7 @@ checktype
|
||||
(VALUE val)
|
||||
(VALUE ret)
|
||||
{
|
||||
ret = (TYPE(val) == (int)type) ? Qtrue : Qfalse;
|
||||
ret = RBOOL(TYPE(val) == (int)type);
|
||||
}
|
||||
|
||||
/**********************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user