Branch: Tag:

2021-03-21

2021-03-21 15:13:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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 */    };      /*