summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/filter.c b/filter/filter.c
index bc80997f..79a594bf 100644
--- a/filter/filter.c
+++ b/filter/filter.c
@@ -1578,6 +1578,7 @@ i_same(struct f_inst *f1, struct f_inst *f2)
case P('<','='): TWOARGS; break;
case '!': ONEARG; break;
+ case P('!', '~'):
case '~': TWOARGS; break;
case P('d','e'): ONEARG; break;