diff --git a/src/macedonian/CatMkd.gf b/src/macedonian/CatMkd.gf index cc59f448d..79b811165 100644 --- a/src/macedonian/CatMkd.gf +++ b/src/macedonian/CatMkd.gf @@ -3,6 +3,7 @@ concrete CatMkd of Cat = CommonX ** open ResMkd, Prelude in { lincat N = Noun ; lincat N2 = Noun ** {c2 : Compl} ; lincat N3 = Noun ** {c2,c3 : Compl} ; +lincat CN = {s: Species => Number => Str; count_form: Str; vocative: Number => Str; g: Gender} ; lincat V, VA, VV, VS, VQ = Verb ; lincat V2, V2S, V2Q = Verb ** {c2 : Compl} ; lincat V3, V2A, V2V = Verb ** {c2,c3 : Compl} ;