cvs commit: fptools/ghc/rts Schedule.c

Simon Marlow simonmar@glass.cse.ogi.edu
Tue, 16 Jan 2001 03:59:06 -0800


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