pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-05-07
2022-05-07 16:55:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a8db9696957186d6623e801255a5fcf2b877faab (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Fixed another NULL-deref.
2507:
s = s->cdr; if (s && ((s->type == T_FUNCTION) ||
-
((s->type == T_MANY) && (s->car
->type
!=
T
_
VOID
)))) {
+
((s->type == T_MANY) && (s->car !=
void
_
type_string
)))) {
fprintf(stderr, ", "); } }