pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-02-02
2021-02-02 11:56:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
9d46f209abb3875e2c00cb01fd096226c87e269a (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: push_binop(PT_BINOP_NONE) is now supported.
4130:
free_type(b); break; case PT_BINOP_NONE:
-
Pike
_
fatal
(
"Unsupported
binop.\n"
);
+
a = low
_
pop_type
(
);
+
b = low_pop_type(
);
+
push_type(PIKE_T_UNKNOWN);
+
free_type(a);
+
free_type(b);
+
break;
case PT_BINOP_MINUS: case PT_BINOP_INVERSE_MINUS: /* One of the minterms. */