compiler/libec: Fixed keeping cast between long/int types
authorJerome St-Louis <jerome@ecere.com>
Sun, 6 Jul 2014 09:05:48 +0000 (05:05 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 6 Jul 2014 09:19:51 +0000 (05:19 -0400)
commit5af8e766ef71a09f1f88c31bed2b66416b6d7fab
tree6606c0fc1cd1c2519570fd6be3144f6e11ea04e0
parent4bf6c70a907961201da8a5f8db56b6e69092afee
compiler/libec: Fixed keeping cast between long/int types
24 files changed:
compiler/bootstrap/ecere/bootstrap/File.c
compiler/bootstrap/ecere/bootstrap/String.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/copy.c
compiler/bootstrap/libec/bootstrap/dbpass.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/expression.c
compiler/bootstrap/libec/bootstrap/firstPass.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/grammar.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/bootstrap/libec/bootstrap/type.c
compiler/libec/src/ast.ec
compiler/libec/src/ecdefs.ec
compiler/libec/src/pass15.ec