X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fruntime%2Fmain%2FTopClosure.lc;fp=ghc%2Fruntime%2Fmain%2FTopClosure.lc;h=0000000000000000000000000000000000000000;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hp=2e3605e7d591c01faacf58ae99b5ab6aa9b35c0f;hpb=967cc47f37cb93a5e2b6df7822c9a646f0428247;p=ghc-hetmet.git diff --git a/ghc/runtime/main/TopClosure.lc b/ghc/runtime/main/TopClosure.lc deleted file mode 100644 index 2e3605e..0000000 --- a/ghc/runtime/main/TopClosure.lc +++ /dev/null @@ -1,8 +0,0 @@ -/* this one will be linked in for Haskell 1.3 */ -\begin{code} -#include "rtsdefs.h" - -EXTDATA(PrelMain_mainIO_closure); - -P_ TopClosure = PrelMain_mainIO_closure; -\end{code}