X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2Fcmm%2FCmmLex.x;h=ff98508a03092090bb86fbca63b2ff2fdd9f9607;hb=f19e3063d8c376255bc2749af2f31d35308d8da8;hp=e1be71ab5f7314464d07d14714bcefd7596ee3c0;hpb=423d477bfecd490de1449c59325c8776f91d7aac;p=ghc-hetmet.git diff --git a/ghc/compiler/cmm/CmmLex.x b/ghc/compiler/cmm/CmmLex.x index e1be71a..ff98508 100644 --- a/ghc/compiler/cmm/CmmLex.x +++ b/ghc/compiler/cmm/CmmLex.x @@ -61,6 +61,7 @@ $namechar = [$namebegin $digit] cmm :- $white_no_nl+ ; +^\# pragma .* \n ; -- Apple GCC 3.3 CPP generates pragmas in its output ^\# (line)? { begin line_prag }