summaryrefslogtreecommitdiff
path: root/src/GF/Compile/Compile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Compile/Compile.hs')
-rw-r--r--src/GF/Compile/Compile.hs9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/GF/Compile/Compile.hs b/src/GF/Compile/Compile.hs
index d78d49b09..cf07fdb65 100644
--- a/src/GF/Compile/Compile.hs
+++ b/src/GF/Compile/Compile.hs
@@ -39,7 +39,7 @@ import GF.Compile.CheckGrammar
import GF.Compile.Optimize
import GF.Compile.Evaluate
import GF.Compile.GrammarToCanon
-import GF.Compile.GrammarToGFCC -----
+--import GF.Devel.GrammarToGFCC -----
import GF.Canon.Share
import GF.Canon.Subexpressions (elimSubtermsMod,unSubelimModule)
import GF.UseGrammar.Linear (unoptimizeCanonMod) ----
@@ -300,9 +300,10 @@ compileSourceModule opts env@(k,gr,can,eenv) mo@(i,mi) = do
generateModuleCode :: Options -> InitPath -> SourceModule -> IOE GFC.CanonModule
generateModuleCode opts path minfo@(name,info) = do
- if oElem (iOpt "gfcc") opts
- then ioeIO $ putStrLn $ prGrammar2gfcc minfo
- else return ()
+--- DEPREC
+--- if oElem (iOpt "gfcc") opts
+--- then ioeIO $ putStrLn $ prGrammar2gfcc minfo
+--- else return ()
let pname = prefixPathName path (prt name)
minfo0 <- ioeErr $ redModInfo minfo