compiler/libec: Fixed computation of expressions requiring promotions
authorJerome St-Louis <jerome@ecere.com>
Wed, 7 May 2014 08:12:55 +0000 (04:12 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 7 May 2014 08:12:55 +0000 (04:12 -0400)
commitc7c7b317876b86397c419823a63619d6d576d88b
tree6c90f016c6753b89d50b2c6cdb205f4ae78029d2
parentde684a1195387c34e5c92e8d1948c329feaa20d2
compiler/libec: Fixed computation of expressions requiring promotions
- This fixed: 'H' * 256 + 'e'
- Also fixed operations on character literal
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/libec/src/pass15.ec