Don't add maybe qualifiers to aliases in D source
commit4c9b662e97ca586e034ee495406cf13c20b8e4c1
authorThomas Leonard <talex5@gmail.com>
Thu, 18 Sep 2008 15:35:34 +0000 (18 16:35 +0100)
committerThomas Leonard <talex5@gmail.com>
Thu, 18 Sep 2008 16:07:22 +0000 (18 17:07 +0100)
tree7fc60813b229c06eeb453577f0575651158c51c5
parent101659f40d7e902b87b09757fad75c1a859cf583
Don't add maybe qualifiers to aliases in D source

But do add them to pointers. Except void* pointers. That doesn't work.
dmd/mtype.c
dmd/parse.c