pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2022-02-18
2022-02-18 12:58:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
04404a7b341d9ccf0b6994465ccceee1011353cb (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Clean up handling of PT_FLAG_VOIDABLE.
167:
/* * Flags used as flag_method to mk_type()
+
*
+
* Note that PT_FLAG_VOIDABLE is also valid.
*/ #define PT_COPY_CAR 1 #define PT_COPY_CDR 2 #define PT_COPY_BOTH 3 #define PT_IS_MARKER 4 /* The node is a marker. */
-
+
#define PT_COPY_MORE 8 /* Copy VOIDABLE too. */
/* * new_check_call(), check_splice_call() and get_first_arg_type() flags