summaryrefslogtreecommitdiff
path: root/src/GF/Source
diff options
context:
space:
mode:
authoraarne <unknown>2004-09-22 20:42:21 +0000
committeraarne <unknown>2004-09-22 20:42:21 +0000
commitd5b4230d6dbee8c03eedf8d181dfa2badf1a954b (patch)
treeb2d8fd926161d4d904fbf42aa25261ac90691e40 /src/GF/Source
parenta0116fd288640a47166b5104b46d9b6fa510a563 (diff)
making parsing ImperC work
Diffstat (limited to 'src/GF/Source')
-rw-r--r--src/GF/Source/LexGF.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Source/LexGF.hs b/src/GF/Source/LexGF.hs
index 400ae4be3..81ed2ab8f 100644
--- a/src/GF/Source/LexGF.hs
+++ b/src/GF/Source/LexGF.hs
@@ -59,7 +59,7 @@ prToken t = case t of
PT _ (TD s) -> s
PT _ (TC s) -> s
PT _ (T_LString s) -> s
-
+ _ -> show t
eitherResIdent :: (String -> Tok) -> String -> Tok
eitherResIdent tv s = if isResWord s then (TS s) else (tv s) where