pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-06-04
2021-06-04 16:12:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8c23612514c75a480092a6b34bbd03b306fc8b12 (
15
lines) (+
9
/-
6
)
[
Show
|
Annotate
]
Branch:
master
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); }