From 36e10e33f49367706f16997703dbd3eb2d1543f3 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 12 May 2016 09:44:38 +0000 Subject: [PATCH] bugfix in the Russian RGL --- lib/src/russian/SentenceRus.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/russian/SentenceRus.gf b/lib/src/russian/SentenceRus.gf index 342050b6d..4ac2286c6 100644 --- a/lib/src/russian/SentenceRus.gf +++ b/lib/src/russian/SentenceRus.gf @@ -95,7 +95,7 @@ concrete SentenceRus of Sentence = CatRus ** open Prelude, ResRus in { EmbedQS qs = {s = qs.s ! QIndir} ; EmbedVP vp = {s = vp.s2 ++ vp.s!ClInfinit!(GSg Masc) !P3 ++ vp.s3!Masc!Sg} ; - UseCl t p cl = {s = case t.t of { + UseCl t p cl = {s = t.s ++ p.s ++ case t.t of { Cond => cl.s! p.p ! ClCondit ; --# notpresent Pres => cl.s! p.p ! ClIndic Present t.a ---- AR work-around 13/12/2007 ; --# notpresent