fix compilation

This commit is contained in:
Krasimir Angelov
2026-04-13 11:04:31 +02:00
parent 6203aee170
commit 5f6a8b2905
4 changed files with 19 additions and 215 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
concrete NamesMkd of Names = CatMkd ** open Prelude,ResMkd in {
flags
coding = "UTF-8" ;
lin AdjLN ap ln = {s = ap.s ! Indef ! GSg Masc ++ ln.s} ;
lin FemaleSurname sn = {s = \\r => sn.s; vocative = sn.s;
a = {g = GSg Masc; p = P1}} ;
@@ -17,4 +15,4 @@ concrete NamesMkd of Names = CatMkd ** open Prelude,ResMkd in {
a = {g = GSg Masc; p = P1}} ;
lin UseLN ln = {s = \\r => ln.s; vocative = ln.s;
a = {g = GSg Masc; p = P1}} ;
}
}