Branch: Tag:

2021-03-27

2021-03-27 16:22:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Use __unknown__ instead of zero in some cases.

1396:    push_type(type->type);    if (markers[m]) push_type(T_OR);    } else if (!markers[m]) { -  push_type(T_ZERO); +  push_type(PIKE_T_UNKNOWN);    }    TYPE_STACK_DEBUG("push_finished_type_with_markers");    return;