summaryrefslogtreecommitdiff
path: root/src/expr.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-15 16:34:34 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-15 16:34:34 -0400
commit6f7f87699c509131ab5ffff330ba77abbd58e829 (patch)
tree17960cb9541037bb05abed7c0b8b6cd949e72b05 /src/expr.h
parentfcd7f4f73b50ec02ec1f501a8ebde502c6736850 (diff)
downloadfork-ledger-6f7f87699c509131ab5ffff330ba77abbd58e829.tar.gz
fork-ledger-6f7f87699c509131ab5ffff330ba77abbd58e829.tar.bz2
fork-ledger-6f7f87699c509131ab5ffff330ba77abbd58e829.zip
Parse '/' in an operator context as "div"
Diffstat (limited to 'src/expr.h')
-rw-r--r--src/expr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr.h b/src/expr.h
index 5b6b650d..08d30316 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -83,7 +83,8 @@ public:
PARSE_NO_MIGRATE = 0x04,
PARSE_NO_REDUCE = 0x08,
PARSE_NO_ASSIGN = 0x10,
- PARSE_NO_DATES = 0x20
+ PARSE_NO_DATES = 0x20,
+ PARSE_OP_CONTEXT = 0x40
};
private: