- Added modulus to FParseContext/xlat.

- Fixed: Division of tag arguments for xlat was in the wrong order.

SVN r3344 (trunk)
This commit is contained in:
Randy Heit 2012-01-23 02:47:51 +00:00
commit 4b2ae689ed
5 changed files with 22 additions and 7 deletions

View file

@ -47,6 +47,7 @@ enum
PLUS ,
MULTIPLY ,
DIVIDE ,
MODULUS ,
NUM ,
FLOATVAL ,
LPAREN ,
@ -78,6 +79,7 @@ enum
prefix##PLUS, \
prefix##MULTIPLY, \
prefix##DIVIDE, \
prefix##MODULUS, \
prefix##NUM, \
prefix##FLOATVAL, \
prefix##LPAREN, \