[project @ 1996-06-27 16:13:29 by partain]
[ghc-hetmet.git] / ghc / runtime / main / TopClosure.lc
index e2d670c..14d6e05 100644 (file)
@@ -1,8 +1,8 @@
-/* this one will be linked in for Haskell 1.2 */
+/* this one will be linked in for Haskell 1.3 */
 \begin{code}
 #include "rtsdefs.h"
 
-EXTDATA(Main_mainPrimIO_closure);
+EXTDATA(GHCmain_mainPrimIO_closure);
 
-P_ TopClosure = Main_mainPrimIO_closure;
+P_ TopClosure = GHCmain_mainPrimIO_closure;
 \end{code}