summaryrefslogtreecommitdiff
path: root/src/Transfer/Syntax/Lex.hs
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/Syntax/Lex.hs
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/Syntax/Lex.hs')
-rw-r--r--src/Transfer/Syntax/Lex.hs13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/Transfer/Syntax/Lex.hs b/src/Transfer/Syntax/Lex.hs
index c04d319ea..83c9e1a12 100644
--- a/src/Transfer/Syntax/Lex.hs
+++ b/src/Transfer/Syntax/Lex.hs
@@ -1,8 +1,8 @@
{-# OPTIONS -fglasgow-exts -cpp #-}
{-# LINE 3 "Transfer/Syntax/Lex.x" #-}
+{-# OPTIONS -fno-warn-incomplete-patterns #-}
module Transfer.Syntax.Lex where
-import Transfer.ErrM
#if __GLASGOW_HASKELL__ >= 603
@@ -155,18 +155,9 @@ alex_action_7 = tok (\p s -> PT p (TD $ share s))
-- -----------------------------------------------------------------------------
-- INTERNALS and main scanner engine
-
{-# LINE 35 "GenericTemplate.hs" #-}
-
-
-
-
-
-
-
-
-
+{-# LINE 45 "GenericTemplate.hs" #-}
data AlexAddr = AlexA# Addr#