diff options
Diffstat (limited to 'insns.def')
| -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; + ret = RBOOL(TYPE(val) == (int)type); } /**********************************************************/ |
