pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2007-03-29
2007-03-29 15:54:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0e835bb97c0aca150073ccd67697fea1c92a3b79 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
NOTE: Changed argument order for low_new_check_call().
Rev: src/pike_types.h:1.101
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: pike_types.h,v 1.
100
2007/03/
28
15:
23
:
39
grubba Exp $
+
|| $Id: pike_types.h,v 1.
101
2007/03/
29
15:
54
:
58
grubba Exp $
*/ #ifndef PIKE_TYPES_H
233:
struct pike_type *type, int strict); struct pike_type *get_argument_type(struct pike_type *fun, int arg_no);
-
struct pike_type *low_new_check_call(struct pike_type *
arg
_type,
-
struct pike_type *
fun
_type,
+
struct pike_type *low_new_check_call(struct pike_type *
fun
_type,
+
struct pike_type *
arg
_type,
INT32 flags); struct pike_type *new_get_return_type(struct pike_type *fun_type, INT32 flags);