pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-26
2001-02-26 20:06:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d40facb2c8c6bdd8b30fa59138a2d8109eb6af94 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
More pike_type cleanups.
Rev: src/pike_types.c:1.153
Rev: src/pike_types.h:1.54
5:
\*/ /*
-
* $Id: pike_types.h,v 1.
53
2001/02/26
00
:
10
:
49
grubba Exp $
+
* $Id: pike_types.h,v 1.
54
2001/02/26
20
:
06
:
41
grubba Exp $
*/ #ifndef PIKE_TYPES_H #define PIKE_TYPES_H
222:
struct pike_type *type, int strict); INT32 get_max_args(struct pike_type *type);
-
struct pike_type *zzap_function_return(
char
*
a
, INT32 id);
+
struct pike_type *zzap_function_return(
struct
pike_type
*
t
, INT32 id);
struct pike_type *get_type_of_svalue(struct svalue *s); struct pike_type *object_type_to_program_type(struct pike_type *obj_t); char *get_name_of_type(int t);