- 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:
parent
b21062c39a
commit
4b2ae689ed
5 changed files with 22 additions and 7 deletions
|
|
@ -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, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue