summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src-3.0/GF/Compile.hs2
1 files changed, 1 insertions, 1 deletions
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