Branch: Tag:

2021-06-04

2021-06-04 16:12:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Fix another issue with __unknown__.

4010:    } else {    struct pike_type *old = lookup_marker(markers, marker);    struct pike_type *new = t->cdr; +  if (new) {    if (old) {    new = or_pike_types(old, new, 0);    } else {
4017:    }    store_marker(markers, marker, new);    free_pike_type(new); +  }    push_remap_markers(t->cdr, markers, remap, flags);    }