pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-05-21
2021-05-21 09:18:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
25862bd152bb1662899f34968425d1504da170d9 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Do not lose track of markers.
5014:
tmp = low_type_binop(PT_BINOP_MINUS, bi->car, ai->car, remap, bvoidable | PT_FLAG_CMP_NULLABLE | PT_FLAG_CMP_INSEPARABLE, avoidable | PT_FLAG_CMP_NULLABLE | PT_FLAG_CMP_INSEPARABLE,
-
remap_flags);
+
remap_flags
^ PT_FLAG_REMAP_SWAP_MARKERS
);
if (tmp) { push_finished_type(ai); /* FIXME: What if tmp differs due to remapping? */