pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2021-03-21
2021-03-21 15:13:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e50f9accce818104b4d42239fac1a59a651e537a (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Added PT_FLAG_CMP_VOID_IS_ZERO.
121:
{ PT_FLAG_CMP_VOIDABLE = 0x0100, /* Type may be void */ PT_FLAG_CMP_NULLABLE = 0x0200, /* Type may be zero */
-
PT_FLAG_CMP_INSEPARABLE =
0x0400
, /* Type may not be split */
+
PT_FLAG_CMP_
VOID_IS_ZERO = 0x0400, /* Expression context */
+
PT_FLAG_CMP_
INSEPARABLE =
0x0800
, /* Type may not be split */
}; /*