compiler/libec: (#99) Improved handling of brackets instantiations, using C99 '.membe...
authorJerome St-Louis <jerome@ecere.com>
Tue, 27 May 2014 05:02:32 +0000 (01:02 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 27 May 2014 05:58:58 +0000 (01:58 -0400)
commit8e262d7cf9566d5f1ced373d3caf0ca31c73beaf
tree04e3507ba7145520223346818b5d71af71923a86
parent118956ec3581a743e38fb18c642cc0c3800d9701
compiler/libec: (#99) Improved handling of brackets instantiations, using C99 '.member = ' for initializing unions
32 files changed:
compiler/bootstrap/ecere/bootstrap/Container.c
compiler/bootstrap/ecere/bootstrap/CustomAVLTree.c
compiler/bootstrap/ecere/bootstrap/LinkList.c
compiler/bootstrap/ecere/bootstrap/i18n.c
compiler/bootstrap/ecere/bootstrap/instance.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/precompiled/expression.c
compiler/libec/precompiled/grammar.c
compiler/libec/precompiled/type.c
compiler/libec/src/copy.ec
compiler/libec/src/ecdefs.ec
compiler/libec/src/freeAst.ec
compiler/libec/src/output.ec
compiler/libec/src/pass16.ec
ecere/src/com/dataTypes.ec