pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2011-12-11
2011-12-11 18:56:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e1483fe6a94f0819e4b00d5e5515cc5c8b09f45e (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Type-checker: CALL_NOT_LAST_ARG gives a super-set for get_first_arg_type().
73:
#define PT_FLAG_MARK_ASSIGN 0x3ff3ff /* Assigns AND Markers. */ /*
-
* new_check_call()
and
check_splice_call() flags
+
* new_check_call()
,
check_splice_call()
and get_first_arg_type()
flags
*/ #define CALL_STRICT 0x0001 /* Strict checking. */ #define CALL_NOT_LAST_ARG 0x0002 /* This is not the last argument. */