Branch: Tag:

2022-05-07

2022-05-07 19:59:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler [Typechecker]: Support an alternate set of remappings.

Also makes simple_describe_remap_state() available without PIKE_DEBUG.

89:       PT_FLAG_REMAP_INEXACT = 0x20, /* Result is used as flag */    PT_FLAG_REMAP_INHIBIT = 0x40, /* Inhibit remapping */ -  PT_FLAG_REMAP_TRACE = 0x80, /* Trace the operations */ +  PT_FLAG_REMAP_ALTERNATE = 0x80, /* Use C & D */ +  PT_FLAG_REMAP_TRACE = 0x100, /* Trace the operations */    };      /*