Assignments in if statements only worked for class/pointer types
commit34ea3ded9c1c035b19df40de3d8303377233f6fa
authorThomas Leonard <talex5@gmail.com>
Sat, 25 Oct 2008 09:06:50 +0000 (25 10:06 +0100)
committerThomas Leonard <talex5@gmail.com>
Sat, 25 Oct 2008 09:06:50 +0000 (25 10:06 +0100)
tree4e3cd58fa7641510c3cc3fc10379d9923d53063d
parent83befaa3f72973eb8afd8589d2e1cee4b37ee4fb
Assignments in if statements only worked for class/pointer types

It tried to turn everything into a maybe type, even ints, etc.
dmd2/statement.c