pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-10-31
1999-10-31 15:33:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6b4a2b0c4f8fbacddc263d633ceff3c7ca7070d5 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed warning in zzap_function_return()?
Rev: src/pike_types.c:1.60
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
59
1999/10/
29
00
:
07
:
58
hubbe
Exp $");
+
RCSID("$Id: pike_types.c,v 1.
60
1999/10/
31
15
:
33
:
41
grubba
Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
1826:
push_type(T_FUNCTION); return pop_unfinished_type(); }
+
fatal("zzap_function_return() called with unexpected value: %d\n",
+
EXTRACT_UCHAR(a));
+
/* NOT_REACHED */
+
return NULL;
} struct pike_string *get_type_of_svalue(struct svalue *s)