In Delight, don't allow null as a dynamic array
commitd57474ab42947d0fc3be23063c83f0834c52f5d8
authorThomas Leonard <talex5@gmail.com>
Sat, 4 Oct 2008 10:54:17 +0000 (4 11:54 +0100)
committerThomas Leonard <talex5@gmail.com>
Sat, 4 Oct 2008 11:08:42 +0000 (4 12:08 +0100)
tree6508c6a34e2795a531cebd00937111185f63b7af
parent1d00714b6c769383c3f18311bfb11bdd74056f69
In Delight, don't allow null as a dynamic array

Use [] or "" for an empty array/string. Makes it clearer that there
is no "null" array.
dmd2/cast.c
dmd2/expression.c