[project @ 2000-10-30 09:52:14 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / SrcLoc.lhs
index 1c3cc68..7e29d67 100644 (file)
@@ -133,4 +133,5 @@ instance Outputable SrcLoc where
                                        -- so emacs can find the file
 
     ppr (UnhelpfulSrcLoc s) = ptext s
+    ppr NoSrcLoc           = ptext SLIT("<No locn>")
 \end{code}