diff options
Diffstat (limited to 'src/GF/Source')
| -rw-r--r-- | src/GF/Source/SourceToGrammar.hs | 2 |
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 |
