diff options
Diffstat (limited to 'insns.def')
| -rw-r--r-- | insns.def | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -667,12 +667,10 @@ defined (VALUE val) // attr bool leaf = leafness_of_defined(op_type); { + val = Qnil; if (vm_defined(ec, GET_CFP(), op_type, obj, v)) { val = needstr; } - else { - val = Qnil; - } } /* check `target' matches `pattern'. |
