[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / ghc / compiler / prelude / PrelVals.lhs
index 741911b..046e6fa 100644 (file)
@@ -571,7 +571,7 @@ realWorldPrimId
 \end{code}
 
 \begin{code}
-voidId = pc_bottoming_Id voidIdKey gHC__ SLIT("void") voidTy
+voidId = pc_bottoming_Id voidIdKey pREL_BASE SLIT("void") voidTy
 \end{code}
 
 %************************************************************************