summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h
index 7516a87b..3663c104 100644
--- a/src/token.h
+++ b/src/token.h
@@ -55,6 +55,7 @@ struct expr_t::token_t : public noncopyable
ASSIGN, // =
MATCH, // =~
+ NMATCH, // !~
MINUS, // -
PLUS, // +
STAR, // *