summaryrefslogtreecommitdiff
path: root/src/GF/Source
diff options
context:
space:
mode:
authoraarne <unknown>2004-01-28 12:42:20 +0000
committeraarne <unknown>2004-01-28 12:42:20 +0000
commit1ca54cca208876f83014119da55e747d5342b434 (patch)
tree63413b08d9e26f3a55f82c2da9dcb0c5eef1d06d /src/GF/Source
parent1b002dec90ce2b080301f54a8f84a91ca6669879 (diff)
Unicode. Batch transl into HTML.
Diffstat (limited to 'src/GF/Source')
-rw-r--r--src/GF/Source/SourceToGrammar.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Source/SourceToGrammar.hs b/src/GF/Source/SourceToGrammar.hs
index c01d06c9b..5e085b199 100644
--- a/src/GF/Source/SourceToGrammar.hs
+++ b/src/GF/Source/SourceToGrammar.hs
@@ -250,7 +250,7 @@ transCncDef x = case x of
DefPrintFun defs -> do
defs' <- liftM concat $ mapM transPrintDef defs
returnl [(f, G.CncFun Nothing nope (yes e)) | (f,e) <- defs']
- DefPrintOld defs -> do -- a guess, for backward compatibility
+ DefPrintOld defs -> do --- a guess, for backward compatibility
defs' <- liftM concat $ mapM transPrintDef defs
returnl [(f, G.CncFun Nothing nope (yes e)) | (f,e) <- defs']
DefFlag defs -> liftM Right $ mapM transFlagDef defs