summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/opnames.h b/opnames.h
index e68c8ca6a1..c225ac42c0 100644
--- a/opnames.h
+++ b/opnames.h
@@ -436,4 +436,7 @@ typedef enum opcode {
#define OP_IS_DIRHOP(op) \
((op) >= OP_READDIR && (op) <= OP_CLOSEDIR)
+#define OP_IS_INFIX_BIT(op) \
+ ((op) >= OP_BIT_AND && (op) <= OP_SBIT_OR)
+
/* ex: set ro: */