compiler/libec: Fix for thisclass related warnings in Map.ec
authorJerome St-Louis <jerome@ecere.com>
Wed, 2 Jul 2014 22:08:29 +0000 (18:08 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 2 Jul 2014 22:08:29 +0000 (18:08 -0400)
commit54666c99a56885566285199a0604994bdca87f95
tree5da4220583feeab0e797a7064f54377c6e086aa9
parent5752156bc7089f37f974b945f81c711fb03c8f0f
compiler/libec: Fix for thisclass related warnings in Map.ec
19 files changed:
compiler/bootstrap/ecere/bootstrap/Map.c
compiler/bootstrap/ecp/bootstrap/ecp.c
compiler/bootstrap/ecs/bootstrap/ecs.c
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/copy.c
compiler/bootstrap/libec/bootstrap/dbpass.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/firstPass.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/output.c
compiler/bootstrap/libec/bootstrap/pass0.c
compiler/bootstrap/libec/bootstrap/pass1.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/libec/src/ecdefs.ec
compiler/libec/src/pass15.ec
compiler/libec/src/pass3.ec