comparison dmd/root.c @ 1166:c6f39553b702

Clean up some suspicious code. There's no guarantee a constant of integer type is a ConstantInt, so it's not safe to just cast<> these to ConstantInt. (It could be a constant expression, for example) The code is shorter this way too :).
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 29 Mar 2009 03:27:04 +0200
parents 0f8aeb31678c
children c271eca933fb
comparison
equal deleted inserted replaced
1165:226c07c71967 1166:c6f39553b702