From 1df85aa1fe6cdebae30b438886c8d932c34b9a5e Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 1 Feb 2014 12:47:08 +0000 Subject: [PATCH] fixed an ambiguous reference in CatAmh. --- lib/src/amharic/CatAmh.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/amharic/CatAmh.gf b/lib/src/amharic/CatAmh.gf index 628dd6b2b..398a62614 100644 --- a/lib/src/amharic/CatAmh.gf +++ b/lib/src/amharic/CatAmh.gf @@ -9,8 +9,8 @@ lincat A2V,A= ResAmh.Adjective ;--{s : Gender => Number => Species => Case => Str} ; V = ResAmh.Verb ; V,V0,VS,VQ,VA,V2A,V2V,V2S,V2Q,VV= ResAmh.Verb ; -- = {s : VForm => Str} ; - V2 = ResAmh.Verb ** {c2 : Prep} ; - V3 = ResAmh.Verb ** {c2, c3 : Prep} ; + V2 = ResAmh.Verb ** {c2 : ResAmh.Prep} ; + V3 = ResAmh.Verb ** {c2, c3 : ResAmh.Prep} ; Pron,NP = ResAmh.NP ; --NP = {s : Case => Str ; a : Agr} ; VP = ResAmh.VP ; Comp =ResAmh.Comp;