From fa69bd8ab3c82a6c7e3358db42c96919f8ce4967 Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 2 Oct 2008 14:11:41 +0000 Subject: Regenerate source GF parser from GF.cf. Now, when GF/Source/Makefile is used, no hand-hacking is needed. --- src/GF/Source/LexGF.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Source/LexGF.hs') 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)) -- cgit v1.2.3