cvs commit: fptools/ghc/rts GC.c

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


simonmar    2001/01/16 03:50:30 PST

  Modified files:
    ghc/rts              GC.c 
  Log:
  Don't use the same name for a typedef and variable.  Some C compilers
  can handle this without complaint (eg. gcc), but some others it seems
  can't.
  
  Revision  Changes    Path
  1.92      +139 -139  fptools/ghc/rts/GC.c