pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2020-09-11
2020-09-11 15:14:28 by Henrik Grubbström (Grubba) <grubba@grubba.org>
eccb9d18214abb5a2f8b88cede311abe851924d9 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Fixed issue with expanding of transient types.
3569:
if (low_and_push_complex_pike_type(t2)) { /* t2 also contains complex types. */ low_and_push_complex_pike_type(t1);
-
push_type(T_AND);
+
push_
reverse_joiner_
type(T_AND);
push_type(T_OR); } }
3856:
*/ DECLARE_CYCLIC();
-
push_finished_type(cont);
+
push_finished_type
_with_markers
(cont
, markers, 0
);
if (!BEGIN_CYCLIC(cont, trans)) { SET_CYCLIC_RET(1);