pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-21
1999-12-21 20:40:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fbf77a00882c9d593d9de61f1682486fda111145 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added prototype for check_soft_cast().
Rev: src/pike_types.h:1.34
5:
\*/ /*
-
* $Id: pike_types.h,v 1.
33
1999/12/
19
15
:
51
:
30
grubba Exp $
+
* $Id: pike_types.h,v 1.
34
1999/12/
21
20
:
40
:
39
grubba Exp $
*/ #ifndef PIKE_TYPES_H #define PIKE_TYPES_H
154:
int zero_implied); struct pike_string *and_pike_types(struct pike_string *a, struct pike_string *b);
+
int strict_check_call(char *fun_type, char *arg_type);
+
int check_soft_cast(struct pike_string *from, struct pike_string *to);
int match_types(struct pike_string *a,struct pike_string *b); int pike_types_le(struct pike_string *a,struct pike_string *b); struct pike_string *index_type(struct pike_string *type,