Skip to content
Snippets Groups Projects
Commit 37f34f85 authored by sof's avatar sof
Browse files

[project @ 1997-12-18 11:29:20 by sof]

Remove comma from SLIT (upsets GNU cpp on some (all?) platforms.)
parent faa411f2
No related merge requests found
......@@ -782,7 +782,7 @@ invisibleDataConPrimCCallErr clas inst_ty sty
= hang (hsep [(ppr sty inst_ty <> ptext SLIT("s constructors not visible when checking")),
ppr sty clas, ptext SLIT("instance")])
4 (hsep [ptext SLIT("(Try either importing"), ppr sty inst_ty,
ptext SLIT("non-abstractly, or compile using -fno-prune-tydecls ..)")])
ptext SLIT("non-abstractly or compile using -fno-prune-tydecls ..)")])
omittedMethodWarn sel_id clas sty
= sep [ptext SLIT("Warning: no explicit method nor default method for") <+> ppr sty sel_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment