compiler, ecere, ide: Compiler fixes ; Map & struct keys fixes; Support for cross...
authorJerome St-Louis <jerome@ecere.com>
Fri, 22 Feb 2013 10:36:57 +0000 (05:36 -0500)
committerJerome St-Louis <jerome@ecere.com>
Fri, 22 Feb 2013 10:36:57 +0000 (05:36 -0500)
commit06ea284a43a6d03d7ba3b555e66aa850fb9ead4e
tree1c32cc011188e104850a21c8c9c8cb74e9785d84
parentccb18b8d6f394eef9ba249359bf8c7c1e2c9db30
compiler, ecere, ide: Compiler fixes ; Map & struct keys fixes; Support for cross-bitness compiling
23 files changed:
compiler/bootstrap/ecc/bootstrap/ecc.c
compiler/bootstrap/ecere/bootstrap/CustomAVLTree.c
compiler/bootstrap/ecere/bootstrap/LinkList.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/ecdefs.c
compiler/bootstrap/libec/bootstrap/lexer.c
compiler/bootstrap/libec/bootstrap/loadSymbols.c
compiler/bootstrap/libec/bootstrap/pass0.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/ecc/ecc.ec
compiler/ecp/ecp.ec
compiler/ecs/ecs.ec
compiler/libec/src/ecdefs.ec
compiler/libec/src/loadSymbols.ec
compiler/libec/src/pass0.ec
compiler/libec/src/pass15.ec
ecere/src/com/containers/Map.ec
ecere/src/com/instance.ec
ide/src/designer/CodeEditor.ec