Special unchecked nulls for d
commit72c9d90ce174c14f9963ac5d8471d9d3bce53964
authorThomas Leonard <talex5@gmail.com>
Sun, 28 Sep 2008 19:06:07 +0000 (28 20:06 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 28 Sep 2008 19:06:07 +0000 (28 20:06 +0100)
tree6d42c03b215b734d6dc998d679315bbca6ea60d8
parent744092fb1f3d8154b917162567e3133161d714db
Special unchecked nulls for d

A null in D source can be cast to a non-null type without error.
This is necessary to be able to compile D code.
dmd2/cast.c
dmd2/expression.c
dmd2/expression.h
dmd2/parse.c