compiler/libec: Recognizing wide strings (L"text") distinctly
authorJerome St-Louis <jerome@ecere.com>
Thu, 12 Jun 2014 03:19:18 +0000 (23:19 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 12 Jun 2014 03:19:18 +0000 (23:19 -0400)
commitce54b58dd9ebcede7ba012ce52b82817b061d40c
tree27e6edf768c09f74ca1ee58888cb422f1e534423
parentc3a13ef3bfec9f5326000b5b41d58ed15d409ca2
compiler/libec: Recognizing wide strings (L"text") distinctly
- Typed as uint16 * for now
33 files changed:
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/ast.ec
compiler/libec/src/ecdefs.ec
compiler/libec/src/expression.ec
compiler/libec/src/expression.y
compiler/libec/src/grammar.ec
compiler/libec/src/grammar.h
compiler/libec/src/grammar.y
compiler/libec/src/lexer.ec
compiler/libec/src/lexer.l
compiler/libec/src/pass15.ec
compiler/libec/src/type.ec
compiler/libec/src/type.y