summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-09-26 09:39:04 +0000
committerbjorn <bjorn@bringert.net>2008-09-26 09:39:04 +0000
commit65f302bb848a3ecc4930e8206d7bf49ef93fb2fd (patch)
treed1ad5a530a58d0fc223421ebcb57ab20bd195850
parent1bcffdce301addfd99f526af23e4cdf88611027b (diff)
Oops, I accidentally disabled all CFG simplification and LR-removal with the ENBF printing patch.
-rw-r--r--src/GF/Speech/SRG.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs
index 650728be4..667febcf9 100644
--- a/src/GF/Speech/SRG.hs
+++ b/src/GF/Speech/SRG.hs
@@ -70,7 +70,7 @@ ebnfPrinter :: PGF -> CId -> String
ebnfPrinter pgf cnc = prSRG $ makeSRG id pgf cnc
makeSRG :: (CFG -> CFG) -> PGF -> CId -> SRG
-makeSRG preproces = mkSRG cfgToSRG id
+makeSRG = mkSRG cfgToSRG
where
cfgToSRG cfg = [cfRulesToSRGRule rs | (_,rs) <- allRulesGrouped cfg]