pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-23
2000-03-23 19:05:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0b579209e11e062ecb994cea0e2dc1fc8f557023 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added FIXME.
Rev: src/pike_types.c:1.128
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
127
2000/03/
17
05:
13:17
hubbe
Exp $");
+
RCSID("$Id: pike_types.c,v 1.
128
2000/03/
23
19:
05:
08
grubba
Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
3365:
} return NULL; }
+
/* FIXME: obj_t + 1 should propagate to the return-type in sub. */
if (res) { struct pike_string *tmp = or_pike_types(res, sub, 1); free_string(res);
3468:
match_types(type_a,type_b);
+
#if 0
if(!(implements_a && implements_b && type_a->str[0]==T_OBJECT && type_b->str[0]==T_OBJECT))
-
+
#endif /* 0 */
{ struct pike_string *s1,*s2; s1=describe_type(type_a);