Skip to content
  • Simon Marlow's avatar
    Hopefully fix breakage on OS X w/ LLVM · 0dcccf0c
    Simon Marlow authored
    Reordering of includes in GC.c broke on OS X because gctKey is
    declared in Task.h and is needed in the storage manager.  This is
    really the wrong place for it anyway, so I've moved the gctKey pieces
    to where they should be.
    0dcccf0c