Unbreak the GHC build with older versions of gcc
authorIan Lynagh <igloo@earth.li>
Thu, 4 Sep 2008 18:51:22 +0000 (18:51 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 4 Sep 2008 18:51:22 +0000 (18:51 +0000)
commite7b6e738fdf5f831be8301493471fd10d570631f
tree3de26a618009d35e11676dd287e56be0fbd0b9aa
parent9e0efec78c5ab045055d221756f77a2d10fc55f9
Unbreak the GHC build with older versions of gcc
Patch from kili@outback.escape.de, who says:
  Stg.h must be included before HsBase.h, because the latter contains
  function definitions causing older versions of gcc (3.3.5 in my
  case) to bail out with "error: global register variable follows a
  function definition" on Regs.h, which is included by Stg.h.
cbits/PrelIOUtils.c