From 1bd799d0062aa37de330829e057b2e293f144647 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 9 Sep 2008 16:11:05 +0000 Subject: [PATCH] completed IdiomCat to compile api and math --- src/GF/Compile/GrammarToGFCC.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GF/Compile/GrammarToGFCC.hs b/src/GF/Compile/GrammarToGFCC.hs index 5d2b1b408..46bf7a619 100644 --- a/src/GF/Compile/GrammarToGFCC.hs +++ b/src/GF/Compile/GrammarToGFCC.hs @@ -33,8 +33,8 @@ import qualified Data.ByteString.Char8 as BS import Debug.Trace ---- -- when developing, swap commenting ---traceD s t = trace s t -traceD s t = t +traceD s t = trace s t +--traceD s t = t -- the main function: generate PGF from GF.