pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-05-16
2022-05-16 14:25:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4112a2dca0c3cc69b86128cfbf2b2f58accf0fa9 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Fix typo.
5422:
} type_stack_mark();
-
push_remap_
type
(a, remap, remap_flags);
-
push_remap_
type
(b, remap, remap_flags ^ PT_FLAG_REMAP_SWAP_MARKERS);
+
push_remap_
markers
(a, remap, remap_flags);
+
push_remap_
markers
(b, remap, remap_flags ^ PT_FLAG_REMAP_SWAP_MARKERS);
push_type(T_NOT); push_reverse_type(T_AND); return pop_unfinished_type();