From 0e9f782a05ab9bc892af40abef84346a16d3baec Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 26 May 2009 23:45:44 -0500 Subject: Added % suffix operator, as in "$1.00 * 10%" --- src/token.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/token.h') diff --git a/src/token.h b/src/token.h index a9b75dd4..85374f6e 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 -- cgit v1.2.3