pike.git/
src/
pike_types.h
Branch:
Tag:
Non-build tags
All tags
No tags
2022-04-06
2022-04-06 14:41:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
45627b3c22f27e55ad5a8076e4ddaa005aacc4d7 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Added PT_FLAG_REMAP_KEEP_MARKERS.
85:
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 */
+
PT_FLAG_REMAP_KEEP_MARKERS = 0x10, /* Keep markers */
PT_FLAG_REMAP_INEXACT = 0x20, /* Result is used as flag */ PT_FLAG_REMAP_INHIBIT = 0x40, /* Inhibit remapping */