[project @ 2000-01-11 14:51:43 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / link.h
index 9c9509a..d8d149c 100644 (file)
@@ -1,7 +1,10 @@
 
 extern Cell conCons;
 
-extern Name nameRunIO;
+extern Name nameShow;
+extern Name namePutStr;
+extern Name nameRunIO_toplevel;
+
 
 /* The following data constructors are used to box unboxed
  * arguments and are treated differently by the code generator.