summaryrefslogtreecommitdiff
path: root/src/GF/Source/LexGF.hs
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-10-02 14:11:41 +0000
committerbjorn <bjorn@bringert.net>2008-10-02 14:11:41 +0000
commitfa69bd8ab3c82a6c7e3358db42c96919f8ce4967 (patch)
treef4a5f79312e915146c9af4fe2b04575a51c427a6 /src/GF/Source/LexGF.hs
parent9e501521b4f88ebd5c5fb95e24af06d5be6ffe3a (diff)
Regenerate source GF parser from GF.cf. Now, when GF/Source/Makefile is used, no hand-hacking is needed.
Diffstat (limited to 'src/GF/Source/LexGF.hs')
-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 8ffb49c7f..316da3afd 100644
--- a/src/GF/Source/LexGF.hs
+++ b/src/GF/Source/LexGF.hs
@@ -147,7 +147,7 @@ alexGetChar (p, _, s) =
alexInputPrevChar :: AlexInput -> Char
alexInputPrevChar (p, c, s) = c
-alex_action_3 = tok (\p s -> PT p (eitherResIdent (T_PIdent . share) s))
+alex_action_3 = tok (\p s -> PT p (eitherResIdent (TV . share) s))
alex_action_4 = tok (\p s -> PT p (eitherResIdent (T_LString . share) s))
alex_action_5 = tok (\p s -> PT p (eitherResIdent (T_PIdent . share) s))
alex_action_6 = tok (\p s -> PT p (eitherResIdent (TV . share) s))