compiler/libec: (#205) Fixed integer promotions to follow the C standard (6.3.1.1)
authorJerome St-Louis <jerome@ecere.com>
Mon, 7 Jul 2014 05:55:02 +0000 (01:55 -0400)
committerJerome St-Louis <jerome@ecere.com>
Mon, 7 Jul 2014 05:55:02 +0000 (01:55 -0400)
commit3f3c5e72d6b5e4bcd1f6e5a57ce2a5e18bb30663
tree78c12bd3042fd62ed10633764729dd563da3938d
parent8594a25e6f37f4a8cf817e08451d2953bca1dafd
compiler/libec: (#205) Fixed integer promotions to follow the C standard (6.3.1.1)
37 files changed:
compiler/bootstrap/ecc/bootstrap/ecc.c
compiler/bootstrap/ecere/bootstrap/BinaryTree.c
compiler/bootstrap/ecere/bootstrap/BuiltInContainer.c
compiler/bootstrap/ecere/bootstrap/Container.c
compiler/bootstrap/ecere/bootstrap/DualPipe.c
compiler/bootstrap/ecere/bootstrap/File.c
compiler/bootstrap/ecere/bootstrap/String.c
compiler/bootstrap/ecere/bootstrap/System.c
compiler/bootstrap/ecere/bootstrap/dataTypes.c
compiler/bootstrap/ecere/bootstrap/i18n.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/lexer.c
compiler/bootstrap/libec/bootstrap/loadSymbols.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/ecdefs.ec
compiler/libec/src/pass15.ec
ecere/src/com/instance.ec
ecere/src/gfx/bitmaps/RGBFormat.ec
ecere/src/gui/controls/TabControl.ec
ecere/src/sys/unicode.ec