compiler/libec: Fixed disappearing cast on units within brackets
authorJerome St-Louis <jerome@ecere.com>
Wed, 6 Aug 2014 22:54:08 +0000 (18:54 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 6 Aug 2014 22:54:08 +0000 (18:54 -0400)
commit12f54b9f87d40cb08130b1602654e5592a8a9fa6
tree6478999be35a378f2621680a8a920d57b288f75b
parentf5508f2397040bc0775111e4c90ea7ec982bd53d
compiler/libec: Fixed disappearing cast on units within brackets
- Radians b = Degrees { 30 }; int ixX = (int)(b);
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/libec/src/pass15.ec