diff options
Diffstat (limited to 'src/compiler/GF/Compile')
| -rw-r--r-- | src/compiler/GF/Compile/Coding.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/Coding.hs b/src/compiler/GF/Compile/Coding.hs index d635ff2e4..65d385022 100644 --- a/src/compiler/GF/Compile/Coding.hs +++ b/src/compiler/GF/Compile/Coding.hs @@ -1,5 +1,5 @@ module GF.Compile.Coding where - +{- import GF.Grammar.Grammar import GF.Grammar.Macros import GF.Text.Coding @@ -61,3 +61,4 @@ codeStringLiterals co ('"':cs) = '"' : inStringLiteral cs inStringLiteral ('\\':d:ds) = '\\' : co [d] ++ inStringLiteral ds inStringLiteral (d:ds) = co [d] ++ inStringLiteral ds codeStringLiterals co (c:cs) = c : codeStringLiterals co cs +-}
\ No newline at end of file |
