summaryrefslogtreecommitdiff
path: root/src/Transfer/Core/Lex.x
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-05-20 01:41:53 +0000
committerbringert <bringert@cs.chalmers.se>2006-05-20 01:41:53 +0000
commit49849d7fe381bdf20e66e5255ee7d27a8dc300f9 (patch)
tree2a37f1c5075952548bfd51540d0e8c0a94c90302 /src/Transfer/Core/Lex.x
parent25bc367f4021b37da9eb25753264c1e9c1d5873e (diff)
Regenerated transfer bnfc stuff with latest bnfc, happy and alex, to be able to compile on GHC CVS.
Diffstat (limited to 'src/Transfer/Core/Lex.x')
-rw-r--r--src/Transfer/Core/Lex.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Transfer/Core/Lex.x b/src/Transfer/Core/Lex.x
index 92fb9bdae..480f366ae 100644
--- a/src/Transfer/Core/Lex.x
+++ b/src/Transfer/Core/Lex.x
@@ -1,9 +1,9 @@
-- -*- haskell -*-
-- This Alex file was machine-generated by the BNF converter
{
+{-# OPTIONS -fno-warn-incomplete-patterns #-}
module Transfer.Core.Lex where
-import Transfer.ErrM
}