comparison dmd/statement.c @ 139:0ab29b838084 trunk

[svn r143] Fixed: a few bugs in debug information, still only line info, but should be correct files now :) Fixed: tango.io.Console seems to be working now.
author lindquist
date Tue, 22 Jan 2008 00:01:16 +0100
parents 0e28624814e8
children a27941d00351
comparison
equal deleted inserted replaced
138:aeddd4d533b3 139:0ab29b838084
1980 } 1980 }
1981 else 1981 else
1982 { condition = condition->integralPromotions(sc); 1982 { condition = condition->integralPromotions(sc);
1983 condition->checkIntegral(); 1983 condition->checkIntegral();
1984 } 1984 }
1985 condition = condition->optimize(WANTvalue);
1985 1986
1986 sc = sc->push(); 1987 sc = sc->push();
1987 sc->sbreak = this; 1988 sc->sbreak = this;
1988 sc->sw = this; 1989 sc->sw = this;
1989 1990