From c73bc4f996b3259fa162d7dd11a23224053ceeae Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 15 Mar 2008 14:53:42 +0000 Subject: switched to unmodified BNFC-generated components --- src/GF/Compile/PGrammar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Compile/PGrammar.hs') diff --git a/src/GF/Compile/PGrammar.hs b/src/GF/Compile/PGrammar.hs index 1890ff0dd..1c6f0b411 100644 --- a/src/GF/Compile/PGrammar.hs +++ b/src/GF/Compile/PGrammar.hs @@ -32,7 +32,7 @@ import GF.Data.Operations pTerm :: String -> Err Term pTerm s = do - e <- {- err2err $ -} pExp $ myLexer s + e <- err2err $ pExp $ myLexer s transExp e pTrm :: String -> Term -- cgit v1.2.3