From c922c1c1885497195a3f12424fc01b5d83d939e4 Mon Sep 17 00:00:00 2001 From: odanoburu Date: Tue, 12 Feb 2019 12:28:13 -0200 Subject: [PATCH] (Por) fix make imperative - wanted to switch P2 and P3, not have P1 become P3 --- src/portuguese/DiffPor.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portuguese/DiffPor.gf b/src/portuguese/DiffPor.gf index fb057128..d87a2866 100644 --- a/src/portuguese/DiffPor.gf +++ b/src/portuguese/DiffPor.gf @@ -61,7 +61,7 @@ instance DiffPor of DiffRomance - [iAdvQuestionInv,chooseTA,otherInv,partAgr,vpA ++ bindHyphenIf hasClit ++ clit ++ compl ; RNeg _ => neg.p1 ++ refl.pron ++ clit ++ subj ++ compl } where { - pe = case isPol of {True => P2 ; _ => P3} ; + pe : Person = case of {<_,P1> => P1 ; => P2 ; <_,_> => P3} ; refl = case vp.s.vtyp of { VRefl => {pron = reflPron n pe Acc ; isRefl = True} ; _ => {pron = [] ; isRefl = False}