simonmar 2001/01/16 03:59:06 PST
Modified files:
ghc/rts Schedule.c
Log:
this isn't legal C, apparently:
switch (e) {
label:
}
without at least one statement between the label and the end block.
Revision Changes Path
1.86 +2 -2 fptools/ghc/rts/Schedule.c