Branch: Tag:

2021-02-15

2021-02-15 09:52:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Reduce strictness a bit more.

441:   {   #if 1    struct pike_type *diff = type_binop(PT_BINOP_MINUS, n->type, t, -  0, PT_FLAG_CMP_NULLABLE, 0); +  PT_FLAG_CMP_NULLABLE, +  PT_FLAG_CMP_NULLABLE, 0);    if (!diff) return 1; /* Strict match. */    if (diff == n->type) {    /* Strict mismatch. */