diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-01-01 16:57:22 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-01-01 17:02:04 +0900 |
commit | 789da481fc59ffb1a0d4e4deb0a17ec4fcbd1d58 () | |
tree | a327f8d5d39e5d931645c14f31eeecf6484f19d3 /insns.def | |
parent | 069cca6f7459da5cc502d0c51f60a9813c611b31 (diff) |
Prefer RBOOL
Notes: Merged: https://.com/ruby/ruby/pull/5385
-rw-r--r-- | insns.def | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -693,7 +693,7 @@ checktype (VALUE val) (VALUE ret) { - ret = (TYPE(val) == (int)type) ? Qtrue : Qfalse; } /**********************************************************/ |