pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-03-27
2021-03-27 16:22:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4491fdc7fc53897c6603660388d51e0a85590764 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Use __unknown__ instead of zero in some cases.
1396:
push_type(type->type); if (markers[m]) push_type(T_OR); } else if (!markers[m]) {
-
push_type(T_
ZERO
);
+
push_type(
PIKE_
T_
UNKNOWN
);
} TYPE_STACK_DEBUG("push_finished_type_with_markers"); return;