summaryrefslogtreecommitdiff
path: root/src/op.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-22 16:25:51 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-22 16:25:51 -0400
commitccedf7d57f6cc42553f1d80189bf1491df6680e2 (patch)
tree550826fed1ede33d005f6bfba7ebed109f79f453 /src/op.h
parent4e64364d3a6e575d7c9cb3db412dae36132b9f2d (diff)
downloadfork-ledger-ccedf7d57f6cc42553f1d80189bf1491df6680e2.tar.gz
fork-ledger-ccedf7d57f6cc42553f1d80189bf1491df6680e2.tar.bz2
fork-ledger-ccedf7d57f6cc42553f1d80189bf1491df6680e2.zip
Parse != as !(==) and !~ as !(=~), for simplicity's sake.
Diffstat (limited to 'src/op.h')
-rw-r--r--src/op.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/op.h b/src/op.h
index 9a331da6..20add08b 100644
--- a/src/op.h
+++ b/src/op.h
@@ -78,7 +78,6 @@ public:
UNARY_OPERATORS,
O_EQ,
- O_NEQ,
O_LT,
O_LTE,
O_GT,