Branch: Tag:

2020-10-05

2020-10-05 17:20:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Adjusted API for remap_markers().

remap_markers() can now be used to evaluate markers.

80:    PT_FLAG_REMAP_BOTH_MARKERS_AND = 0x02, /* And both markers */    PT_FLAG_REMAP_BOTH_MARKERS_OR = 0x06, /* Or both markers */    PT_FLAG_REMAP_BOTH_MARKERS_MASK = 0x06, /* Mask for the above */ +  PT_FLAG_REMAP_EVAL_MARKERS = 0x08, /* Eval marker assignments */    };      /*