compiler/ecs: Deleting module instances in reverse order as creation within each...
authorJerome St-Louis <jerome@ecere.com>
Wed, 6 Aug 2014 23:03:32 +0000 (19:03 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 6 Aug 2014 23:03:32 +0000 (19:03 -0400)
commit47c60bbc73d067f6f3fe0e1a6d31c36c66f49b22
tree378074d780c2915ab8c6fae63f0d1b3672cd6de4
parentf4957c9c082bc7ce880af428ddcd795770200fc9
compiler/ecs: Deleting module instances in reverse order as creation within each module
- To follow up with recent instance deletion following reverse module orders
 (2b769cb3bf7bd4ffee5b0ed6c9b057b12aa6c915), now also reversing order within one module.
- compiler/ecp: null crash fix
compiler/bootstrap/ecp/bootstrap/ecp.c
compiler/bootstrap/ecs/bootstrap/ecs.c
compiler/bootstrap/libec/bootstrap/ec.main.c
compiler/ecp/ecp.ec
compiler/ecs/ecs.ec