pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2020-12-27
2020-12-27 15:09:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a0ba32250699a43135f0fc146139fa6cd3f6dec4 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Added some comments.
4976:
return pop_unfinished_type(); }
+
/* Invariant: a->type == b->type. */
+
switch(a->type) { case T_VOID: case T_ZERO:
5280:
return pop_unfinished_type(); }
-
/* Leaf type. */
+
/* Leaf type.
Most likely not reached.
*/
if (op & PT_BINOP_AND) { add_ref(a); return a;