pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-05-10
2021-05-10 18:22:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bdd4f4ad369d0fa3093ff42f58c107c9bcfd834c (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: More use of PIKE_T_UNKNOWN.
1586:
field &= (BIT_BASIC|BIT_COMPLEX); if (!field) { /* No values. */
-
push_type(T_
ZERO
);
+
push_type(
PIKE_
T_
UNKNOWN
);
} else if (field == (BIT_BASIC|BIT_COMPLEX)) { /* All values. */ push_type(T_MIXED);