pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-23
1999-12-23 21:22:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
17cc3a69dd50988ad86ed9dc6c7039ff3a3e9700 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed weak_type_string some more.
Rev: src/pike_types.c:1.112
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
111
1999/12/
22
00:
21:
04
grubba Exp $");
+
RCSID("$Id: pike_types.c,v 1.
112
1999/12/
23
21:
22:37
grubba Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
135:
zero_type_string=CONSTTYPE(tZero); any_type_string=CONSTTYPE(tOr(tVoid,tMix)); weak_type_string=CONSTTYPE(tOr4(tArray,tMultiset,tMapping,
-
tFuncV(tNone,tZero,tMix)));
+
tFuncV(tNone,tZero,
tOr(
tMix
,tVoid
)))
)
;
} static int type_length(char *t)