X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fparser%2FLexer.x;h=ccfc3e850592f91c387414d9ab54beeb1e9b8454;hb=98744cef7b82e7eefbb1c6f1d8b9e28c415939c4;hp=ce7c02b9053266187c08f3b0ce308e81ce61119d;hpb=8abedd122bf6f96ce8151dc86dd2c7727b639de5;p=ghc-hetmet.git diff --git a/ghc/compiler/parser/Lexer.x b/ghc/compiler/parser/Lexer.x index ce7c02b..ccfc3e8 100644 --- a/ghc/compiler/parser/Lexer.x +++ b/ghc/compiler/parser/Lexer.x @@ -24,7 +24,7 @@ module Lexer ( Token(..), Token__(..), lexer, mkPState, showPFailed, P(..), ParseResult(..), setSrcLocFor, getSrcLoc, - failMsgP, failLocMsgP, srcParseFail, + failLocMsgP, srcParseFail, popContext, pushCurrentContext, ) where