Delay wrapping a TypeIdentifier in a TypeMaybe until we're sure it's a type
commit3b15f1d297a62684b179d9b2ed0733a5fc2cf03d
authorThomas Leonard <talex5@gmail.com>
Fri, 19 Sep 2008 08:32:43 +0000 (19 09:32 +0100)
committerThomas Leonard <talex5@gmail.com>
Fri, 19 Sep 2008 09:12:45 +0000 (19 10:12 +0100)
tree05bedb733edbe65337bfc67d152d416b3f613735
parent61f93e43a43e1e532d40c2f66580f1a7258616f6
Delay wrapping a TypeIdentifier in a TypeMaybe until we're sure it's a type

Makes more sense than wrapping and unwrapping all over the place. Static
array declarations work again now.
dmd/mtype.c
dmd/mtype.h
dmd/parse.c