pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-10
2000-09-10 17:24:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
81c8208314378d87419ed33aa61fc594575045dc (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug in get_type_of_svalue().
The testsuite should now pass again.
Rev: src/pike_types.c:1.140
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
139
2000/09/
08
17:
06
:
29
hubbe
Exp $");
+
RCSID("$Id: pike_types.c,v 1.
140
2000/09/
10
17:
24
:
00
grubba
Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
3311:
/* yywarning("Failed to zzap function return for type: %s.", tmp->str);*/ free_string(tmp); }
+
} else {
+
a=function_type_string->str;
+
if((tmp=zzap_function_return(a, s->u.program->id)))
+
return tmp;
} a=tFunc( tNone ,tObj);