X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fhscpp%2Fhscpp.prl;h=a45ebbadc15c7ec46e3db5b9bd9133a278a13369;hb=017841c803c1aabbcd1516bcc6ea51a5205378ec;hp=802e9edff0a747c5849395592dc329e153d2ddfb;hpb=fd4cdcec3728a18994bdda3dd551bdbda1f8ae43;p=ghc-hetmet.git diff --git a/ghc/utils/hscpp/hscpp.prl b/ghc/utils/hscpp/hscpp.prl index 802e9ed..a45ebba 100644 --- a/ghc/utils/hscpp/hscpp.prl +++ b/ghc/utils/hscpp/hscpp.prl @@ -36,8 +36,6 @@ open(INPIPE, "$Cpp @args - <$file |") while () { - print STDERR $_; - # line directives come in flavo[u]rs: # s/^#\s*line\s+\d+$/\{\-# LINE \-\}/; IGNORE THIS ONE FOR NOW s/^#\s*line\s+(\d+)\s+(\".+\")$/\{\-# LINE \1 \2 \-\}/;