Remove a FIXME

This commit is contained in:
Adam Sampson 2007-04-29 00:11:42 +00:00
parent ca0131f2d1
commit 47ccd704e4

View File

@ -740,7 +740,6 @@ character
a <- hexDigit
b <- hexDigit
return $ ['*', '#', a, b])
-- FIXME: Handle *\n, which is just a line continuation?
<|> do { c <- anyChar; return ['*', c] }
<|> do c <- anyChar
return [c]