From c7ddbd2fc60a057bc51c58f6f47c1d1aa305d48e Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Sat, 29 Aug 2026 18:24:16 +0200 Subject: [PATCH] fix compilation in Present --- src/bulgarian/ResBul.gf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bulgarian/ResBul.gf b/src/bulgarian/ResBul.gf index 559c0049..d5a67841 100644 --- a/src/bulgarian/ResBul.gf +++ b/src/bulgarian/ResBul.gf @@ -659,7 +659,8 @@ resource ResBul = ParamX - [Tense,Pres,Past,Fut,Cond] ** open Prelude, Predef in verbs : {aux:{s1:Str; s2:Str}; main:Str} = case of { - => {aux=vf2 clitic.s; main=presentImperf} ; --# notpresent + => {aux=vf2 clitic.s; main=presentImperf} + ; --# notpresent => {aux=vf1 clitic.s; main=perfect} ; --# notpresent => {aux=vf2 clitic.s; main=aorist} ; --# notpresent => {aux=vf4 auxAorist; main=perfect} ; --# notpresent