pike.git/
src/
las.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-02-15
2021-02-15 09:52:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
33e1a6e5e2739b617a9a7cbc797f91722473f1b5 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Reduce strictness a bit more.
441:
{ #if 1 struct pike_type *diff = type_binop(PT_BINOP_MINUS, n->type, t,
-
0
, PT_FLAG_CMP_NULLABLE, 0);
+
PT_FLAG_CMP_NULLABLE
,
+
PT_FLAG_CMP_NULLABLE, 0);
if (!diff) return 1; /* Strict match. */ if (diff == n->type) { /* Strict mismatch. */