summaryrefslogtreecommitdiff
path: root/src/GF/Source/ParGF.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Source/ParGF.hs')
-rw-r--r--src/GF/Source/ParGF.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Source/ParGF.hs b/src/GF/Source/ParGF.hs
index ad8041523..3c7cee9a3 100644
--- a/src/GF/Source/ParGF.hs
+++ b/src/GF/Source/ParGF.hs
@@ -2861,7 +2861,7 @@ pOldGrammar tks = happyThen (happyParse 2# tks) (\x -> happyReturn (happyOut82 x
pExp tks = happyThen (happyParse 3# tks) (\x -> happyReturn (happyOut56 x))
-happySeq = happyDontSeq
+happySeq = happyDoSeq
returnM :: a -> Err a
returnM = return
@@ -2875,7 +2875,7 @@ happyError ts =
myLexer = tokens
{-# LINE 1 "GenericTemplate.hs" #-}
--- $Id: ParGF.hs,v 1.4 2004/09/14 18:05:47 aarne Exp $
+-- $Id: ParGF.hs,v 1.5 2004/12/06 18:44:59 bringert Exp $