pike.git/
src/
las.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-05-30
2022-05-30 11:14:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fa0eb837b70411fea0e4b4466fc525cd765b1e26 (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Fix multi-reporting of bad assignments mk II.
3795:
} #endif /* 0 */ n->type = and_pike_types(CDR(n)->type, CAR(n)->type);
+
if (!n->type) {
+
copy_pike_type(n->type, CDR(n)->type);
}
-
+
}
break; case F_AND_EQ: