[project @ 2003-06-08 20:33:31 by ross]
[ghc-hetmet.git] / ghc / compiler / parser / LexCore.hs
index 51d6e8e..d634acd 100644 (file)
@@ -127,4 +127,4 @@ lexDigits :: ReadS String
 lexDigits s =  case span isDigit s of
                 (cs,s') | not (null cs) -> [(cs,s')]
                 otherwise               -> []
-#endif
\ No newline at end of file
+#endif