summaryrefslogtreecommitdiff
path: root/compar.c
diff options
context:
space:
mode:
-rw-r--r--compar.c2
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ VALUE
rb_invcmp(VALUE x, VALUE y)
{
VALUE invcmp = rb_exec_recursive(invcmp_recursive, x, y);
- if (invcmp == Qundef || NIL_P(invcmp)) {
return Qnil;
}
else {