compiler/libec: (#1011) Fixed wrong handling of 'this' object with cast/brackets
authorJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 05:24:28 +0000 (01:24 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 30 Sep 2013 05:59:29 +0000 (01:59 -0400)
commit03b4952772ecb51473750c305ffc9399c02e072c
tree019155e4b86d9ed34b20811d09ef46b82913b1b5
parentea76e1ab653cd1d5984e6b81735782cac9aa5fc5
compiler/libec: (#1011) Fixed wrong handling of 'this' object with cast/brackets
- Solved 1/2 MedDB sample crashes
- Extra brackets was causing different behaviors in BTNode.ec
- Updated bootstrap
compiler/bootstrap/ecere/bootstrap/BTNode.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/libec/src/pass15.ec
compiler/libec/src/pass2.ec
compiler/libec/src/pass3.ec
ecere/src/com/BTNode.ec