From dd8c3e91a0087589c8ed21ef3e70902400afa317 Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 28 May 2008 19:56:12 +0000 Subject: [PATCH] Oops, inverted meaning of optBuildParser. --- src-3.0/GF/Compile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-3.0/GF/Compile.hs b/src-3.0/GF/Compile.hs index 067e8743d..b7898a3ef 100644 --- a/src-3.0/GF/Compile.hs +++ b/src-3.0/GF/Compile.hs @@ -61,7 +61,7 @@ optimize opts = cse . suf buildParser :: Options -> GFCC -> GFCC buildParser opts = - if moduleFlag optBuildParser opts then id else addParsers + if moduleFlag optBuildParser opts then addParsers else id batchCompile :: Options -> [FilePath] -> IOE SourceGrammar batchCompile opts files = do