Branch: Tag:

2021-12-28

2021-12-28 14:24:30 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Added PT_FLAG_CMP_IGNORE_EXTRA_ARGS.

This is a flag for type_binop() that does the reverse of what
LE_STRICT_FUN does for low_pike_types_le().

124:    PT_FLAG_CMP_NULLABLE = 0x0200, /* Type may be zero */    PT_FLAG_CMP_VOID_IS_ZERO = 0x0400, /* Expression context */    PT_FLAG_CMP_INSEPARABLE = 0x0800, /* Type may not be split */ +  PT_FLAG_CMP_IGNORE_EXTRA_ARGS = 0x1000, /* Ignore extra args */    };      /*