pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2021-07-14
2021-07-14 10:22:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
27146f54739af0f9514465b258bc1c816d5bb039 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Fix erroneous deprecation warning in obscure case.
Fixes
[REP-60]
.
151:
#endif #define LE_USE_HANDLERS 16 /* Call handlers if appropriate. */ #define LE_EXPLICIT_ZERO 32 /* Zero is not subtype of all others. */
-
#define LE_
TYPE
_
SVALUE
64 /* Same matching as match_type_svalue(). */
+
#define LE_
STRICT
_
FUN
64 /*
Require all arguments to functions. */
+
#define LE_TYPE_SVALUE 128 /*
Same matching as match_type_svalue(). */
/* * Flags used by low_get_first_arg_type()