Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Simon Marlow's avatar
    0dcccf0c
    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
    History
    Hopefully fix breakage on OS X w/ LLVM
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.