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