summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-06-21 17:49:38 +0100
committerJohn Wiegley <johnw@newartisans.com>2009-06-21 17:49:38 +0100
commit7287aad336161eb9a143f188c92d462e62051374 (patch)
tree9454bf16a1b769bd9acf8897e93b3153939e8cad /src/token.h
parentadd2ffd5f34e8c68edcc95f9d0dbf6de11224ba1 (diff)
downloadfork-ledger-7287aad336161eb9a143f188c92d462e62051374.tar.gz
fork-ledger-7287aad336161eb9a143f188c92d462e62051374.tar.bz2
fork-ledger-7287aad336161eb9a143f188c92d462e62051374.zip
Revert "Added % suffix operator, as in "$1.00 * 10%""
This reverts commit 0e9f782a05ab9bc892af40abef84346a16d3baec.
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/token.h b/src/token.h
index 85374f6e..a9b75dd4 100644
--- a/src/token.h
+++ b/src/token.h
@@ -84,9 +84,9 @@ struct expr_t::token_t : public noncopyable
KW_DIV, // div
EXCLAM, // !, not
- PERCENT, // %
KW_AND, // &, &&, and
KW_OR, // |, ||, or
+ KW_MOD, // %
KW_IF, // if
KW_ELSE, // else