X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FParseUtils.lhs;h=d095ce9d434cfc974cebc381262a9f27bbbdc858;hb=68afb16743cafd5b7495771d359891c6dfc5a186;hp=3d40da13d287fab1767266dd592798c4eb061651;hpb=3990d44447b6c38a2effd68beb50da459dfd19fc;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/ParseUtils.lhs b/ghc/compiler/rename/ParseUtils.lhs index 3d40da1..d095ce9 100644 --- a/ghc/compiler/rename/ParseUtils.lhs +++ b/ghc/compiler/rename/ParseUtils.lhs @@ -228,7 +228,8 @@ mk_inst ctxt clas mono_ty lexIface :: String -> [IfaceToken] lexIface str - = case str of + = _scc_ "Lexer" + case str of [] -> [] -- whitespace and comments