X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fruntime%2Fstorage%2FSMmark.lhc;fp=ghc%2Fruntime%2Fstorage%2FSMmark.lhc;h=841c46ccad0d41b626989a8b6b913e1cc9c19ce3;hb=1833e5efeaa769717a0ce44c1a1efb2e9e30186b;hp=026e809b88ecda1b98929502c0a15e1cacdc345b;hpb=0900a2fa9b0b2322ef97e198ae48d0142034fc23;p=ghc-hetmet.git diff --git a/ghc/runtime/storage/SMmark.lhc b/ghc/runtime/storage/SMmark.lhc index 026e809..841c46c 100644 --- a/ghc/runtime/storage/SMmark.lhc +++ b/ghc/runtime/storage/SMmark.lhc @@ -185,6 +185,8 @@ HeapLim -- The limit of the heap This code is only used if @_INFO_MARKING@ is defined. \begin{code} +#include "SMmarkDefs.h" + #if defined(_INFO_MARKING) \end{code} @@ -193,7 +195,6 @@ First the necessary forward declarations. \begin{code} /* #define MARK_REG_MAP -- Must be done on command line for threaded code */ #include "SMinternal.h" -#include "SMmarkDefs.h" #if defined(GRAN) extern P_ ret_MRoot, ret_Mark;