compiler/libec: Fixed deletion of class:struct where value being deleted is modified...
authorJerome St-Louis <jerome@ecere.com>
Wed, 6 Aug 2014 20:40:16 +0000 (16:40 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 6 Aug 2014 21:34:00 +0000 (17:34 -0400)
commitfd65adc2adcc12249dd43ebf3f3fdde614510af1
treeb1075f9c6791d7f2a769eac381edc485f8ce3c98
parentebee736194488e3aca1f2f58c9d8c290d676a3f2
compiler/libec: Fixed deletion of class:struct where value being deleted is modified by destructor
21 files changed:
compiler/bootstrap/ecc/bootstrap/ecc.c
compiler/bootstrap/ecere/bootstrap/AVLTree.c
compiler/bootstrap/ecere/bootstrap/BTNode.c
compiler/bootstrap/ecere/bootstrap/CustomAVLTree.c
compiler/bootstrap/ecere/bootstrap/List.c
compiler/bootstrap/ecere/bootstrap/Map.c
compiler/bootstrap/ecere/bootstrap/instance.c
compiler/bootstrap/ecp/bootstrap/ecp.c
compiler/bootstrap/ecs/bootstrap/ecs.c
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/expression.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/bootstrap/libec/bootstrap/loadSymbols.c
compiler/bootstrap/libec/bootstrap/output.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass16.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/bootstrap/libec/bootstrap/type.c
compiler/libec/src/pass2.ec