pike.git/
src/
pike_types.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2022-03-28
2022-03-28 12:53:04 by Martin Nilsson <nilsson@fastmail.com>
571677e3a42952ec36300d67f656dff9a7acfa2b (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Comment out currently unused push_reverse_binop
4539:
} }
+
#if 0 /* unused */
static void push_reverse_binop(enum pt_binop op) { /* Swap bits 1 & 2 in op to reverse the meanings of the arguments. */
4546:
((op & PT_BINOP_MINUS) ? PT_BINOP_INVERSE_MINUS : 0) | ((op & PT_BINOP_INVERSE_MINUS) ? PT_BINOP_MINUS : 0)); }
+
#endif
/** * Low-level set operation (AND, MINUS, OR, etc) on two types.