[project @ 2000-01-11 14:21:43 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / link.h
index ccd70ba..d8d149c 100644 (file)
@@ -1,8 +1,11 @@
 
 extern Cell conCons;
 
+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.
  * That is, they have primop `elem` {INT_REP,FLOAT_REP,...}.