From: Simon Marlow Date: Sat, 2 Oct 2010 19:51:00 +0000 (+0000) Subject: -fwarn-tabs: add "Warning" to the message X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4da6b4667527241d7e227de51adb1dc0997bab90;hp=8901e61c4705b8888676250e89731f40ca198751 -fwarn-tabs: add "Warning" to the message --- diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 2e17b8f..f31e623 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -140,7 +140,7 @@ haskell :- -- everywhere: skip whitespace and comments $white_no_nl+ ; -$tab+ { warn Opt_WarnTabs (text "Tab character") } +$tab+ { warn Opt_WarnTabs (text "Warning: Tab character") } -- Everywhere: deal with nested comments. We explicitly rule out -- pragmas, "{-#", so that we don't accidentally treat them as comments.