1
0
forked from GitHub/gf-core

plural exception in ExtraIta.PossFamQuant

This commit is contained in:
aarne
2010-05-26 14:52:15 +00:00
parent 35cb7417f6
commit 9a71b79a31

View File

@@ -37,8 +37,8 @@ concrete ExtraIta of ExtraItaAbs = ExtraRomanceIta **
Fem Pl P3 ;
PossFamQuant p = {
s = \\_,n,g,c => prepCase c ++ p.poss ! n ! g ;
sp = \\ n,g,c => prepCase c ++ p.poss ! n ! g ;
s = \\_,n,g,c => case n of {Sg => prepCase c ; _ => possCase g n c} ++ p.poss ! n ! g ;
sp = \\ n,g,c => case n of {Sg => prepCase c ; _ => possCase g n c} ++ p.poss ! n ! g ;
s2 = []
} ;
}