compiler/libec; ide/debugger: Fixed sizeof((char *)"abc")
authorJerome St-Louis <jerome@ecere.com>
Wed, 7 May 2014 02:42:47 +0000 (22:42 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 7 May 2014 02:42:47 +0000 (22:42 -0400)
commitde684a1195387c34e5c92e8d1948c329feaa20d2
treea477b25ad8449d81e34005c62dff3e26e098740d
parent19f2d6fbbfd97d62b6a96be767b4a0c91609e6e1
compiler/libec; ide/debugger: Fixed sizeof((char *)"abc")
- The cast must be kept as this should evaluate to the size of a pointer
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/libec/src/pass15.ec
ide/src/debugger/debugTools.ec