summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Compile
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-11-28 13:55:08 +0000
committerhallgren <hallgren@chalmers.se>2013-11-28 13:55:08 +0000
commitead60581afa77510e43a65227b74b09023855cb5 (patch)
tree0a5077b4a1f96f712d65b52dfada6eb4e874cfb9 /src/compiler/GF/Compile
parent29b1607f9380d0f9d3c722250b7793fcf22adc79 (diff)
GFI: adapt to character encoding changes
GF.Compile.Coding is not used any more.
Diffstat (limited to 'src/compiler/GF/Compile')
-rw-r--r--src/compiler/GF/Compile/Coding.hs3
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