X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fparser%2FLexer.x;h=d9a0fb08b0e28e578d7a115ce0995fb14f90ce7b;hp=0526b1ec900403b0f97f7ca617e79d2437bffa93;hb=317fc69d18eda68fd65f5ba634feafbe4a3923da;hpb=0d126b9c0dc9299a860fc6bb0e1dee05eb583de2 diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index 0526b1e..d9a0fb0 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -379,11 +379,6 @@ $tab+ { warn Opt_WarnTabs (text "Tab character") } } { --- work around bug in Alex 2.0 -#if __GLASGOW_HASKELL__ < 503 -unsafeAt arr i = arr ! i -#endif - -- ----------------------------------------------------------------------------- -- The token type