pike.git/
src/
las.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-05-10
2022-05-10 08:28:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7263bfbdf0ca2d4dd3084caf3424ab3c26f48308 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Use the correct flags in check_node_type().
440:
{ #if 1 struct pike_type *diff = type_binop(PT_BINOP_MINUS, n->type, t,
-
PT_FLAG_CMP_
NULLABLE
,
-
PT_FLAG_CMP_
NULLABLE
, 0);
+
PT_FLAG_CMP_
VOID_IS_ZERO
,
+
PT_FLAG_CMP_
VOID_IS_ZERO
, 0);
if (!diff) return 1; /* Strict match. */ if (diff == n->type) { /* Strict mismatch. */