summaryrefslogtreecommitdiff
path: root/src/GF/Data/Glue.hs
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-05-20 02:56:06 +0000
committerbringert <bringert@cs.chalmers.se>2006-05-20 02:56:06 +0000
commitb7e1e31909fe6e89887ade077c90c5fdb2081434 (patch)
tree0a51c14881df222ac5799330a7abddd66eb968b5 /src/GF/Data/Glue.hs
parent49849d7fe381bdf20e66e5255ee7d27a8dc300f9 (diff)
Changes to make GF compile with GHC 6.5 from CVS: remove inlines use of !, change all latin-1 characters in haskell code to escapes.
Diffstat (limited to 'src/GF/Data/Glue.hs')
-rw-r--r--src/GF/Data/Glue.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Data/Glue.hs b/src/GF/Data/Glue.hs
index b3a766418..4f276222b 100644
--- a/src/GF/Data/Glue.hs
+++ b/src/GF/Data/Glue.hs
@@ -26,5 +26,5 @@ decomposeSimple t s = do
else return $ concat [intersperse "&+" ws | ws <- ss]
exTrie = tcompile (zip ws ws) where
- ws = words "ett två tre tjugo trettio hundra tusen"
+ ws = words "ett tv\229 tre tjugo trettio hundra tusen"