Fixed isDeclarator
commit0b04fbeccdf361b7f1800adff1c69ebd8b357c37
authorThomas Leonard <talex5@gmail.com>
Sat, 11 Oct 2008 20:11:17 +0000 (11 21:11 +0100)
committerThomas Leonard <talex5@gmail.com>
Sat, 11 Oct 2008 20:11:17 +0000 (11 21:11 +0100)
tree3f0355198e87749deec1d28c0cd7e4c2bb85ddc1
parent3133e9871c82aad4df4fcd0851f61b9abf359008
Fixed isDeclarator

Was failing to recognise nested functions where the return wasn't a basic type,
because it expected "{" after the parameters, not ":".
dmd2/parse.c