Fixed semi-colon parsing in C-style for loops
commit8853640a246e7140df06c4fbbdce9486b84e27b5
authorThomas Leonard <talex5@gmail.com>
Mon, 22 Sep 2008 09:55:16 +0000 (22 10:55 +0100)
committerThomas Leonard <talex5@gmail.com>
Mon, 22 Sep 2008 09:55:16 +0000 (22 10:55 +0100)
treec496b40fa150b355fe881bc207a2cfecb5a3be75
parent6be15a729d12bbbe5c2762cea2928ce9a78d9cb1
Fixed semi-colon parsing in C-style for loops

Declarations no longer eat the trailing ";" in Delight mode. This makes the behaviour
consistent with expressions.
dmd/parse.c