diff options
| author | aarne <aarne@chalmers.se> | 2009-06-22 14:45:02 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-06-22 14:45:02 +0000 |
| commit | ff29836c9b29a7bd5373c8517b282798ae44418e (patch) | |
| tree | 5791b0680cb121167668865dafc682de9e71804a | |
| parent | f8fdaa7accef4c6935e5ecdf9ef292b1f7b2901b (diff) | |
some more fixes for cleaner compilation of alltensenses
| -rw-r--r-- | next-lib/src/catalan/BeschCat.gf | 28 | ||||
| -rw-r--r-- | next-lib/src/german/ResGer.gf | 6 | ||||
| -rw-r--r-- | next-lib/src/scandinavian/CommonScand.gf | 5 |
3 files changed, 21 insertions, 18 deletions
diff --git a/next-lib/src/catalan/BeschCat.gf b/next-lib/src/catalan/BeschCat.gf index 43f8c7061..369f0029c 100644 --- a/next-lib/src/catalan/BeschCat.gf +++ b/next-lib/src/catalan/BeschCat.gf @@ -4929,17 +4929,17 @@ let s_ = Predef.tk 4 seure in VP (Impf Ind Pl P3) => s_ + "eien" ;--# notpresent VP (Impf Ind Sg P3) => s_ + "eia" ;--# notpresent VP (Impf Sub Pl P1) => s_ + "eguérem" ;--# notpresent - VP (Impf Sub Pl P1) => s_ + "eguéssim" ;--# notpresent +-- VP (Impf Sub Pl P1) => s_ + "eguéssim" ;--# notpresent VP (Impf Sub Sg P1) => s_ + "eguera" ;--# notpresent - VP (Impf Sub Sg P1) => s_ + "egués" ;--# notpresent +-- VP (Impf Sub Sg P1) => s_ + "egués" ;--# notpresent VP (Impf Sub Pl P2) => s_ + "eguéreu" ;--# notpresent - VP (Impf Sub Pl P2) => s_ + "eguéssiu" ;--# notpresent +-- VP (Impf Sub Pl P2) => s_ + "eguéssiu" ;--# notpresent VP (Impf Sub Sg P2) => s_ + "egueres" ;--# notpresent - VP (Impf Sub Sg P2) => s_ + "eguessis" ;--# notpresent +-- VP (Impf Sub Sg P2) => s_ + "eguessis" ;--# notpresent VP (Impf Sub Pl P3) => s_ + "egueren" ;--# notpresent - VP (Impf Sub Pl P3) => s_ + "eguessin" ;--# notpresent +-- VP (Impf Sub Pl P3) => s_ + "eguessin" ;--# notpresent VP (Impf Sub Sg P3) => s_ + "eguera" ;--# notpresent - VP (Impf Sub Sg P3) => s_ + "egués" ;--# notpresent +-- VP (Impf Sub Sg P3) => s_ + "egués" ;--# notpresent VP (Pret Pl P1) => s_ + "eguérem" ;--# notpresent VP (Pret Sg P1) => s_ + "eguí" ;--# notpresent VP (Pret Pl P2) => s_ + "eguéreu" ;--# notpresent @@ -4971,8 +4971,8 @@ let s_ = Predef.tk 4 seure in VP (Pass Sg Masc) => s_ + "egut" ; VP (Impf Ind Pl P1) => s_ + "èiem" ;--# notpresent VP (Impf Ind Pl P2) => s_ + "èieu" ;--# notpresent - VP (Impf Ind Pl P1) => s_ + "éiem" ;--# notpresent - VP (Impf Ind Pl P2) => s_ + "éieu" ;--# notpresent +-- VP (Impf Ind Pl P1) => s_ + "éiem" ;--# notpresent +-- VP (Impf Ind Pl P2) => s_ + "éieu" ;--# notpresent VP (Imp Sg P1) => variants {} } } ; @@ -5369,17 +5369,17 @@ let t_ = Predef.tk 5 tòrcer in VP (Impf Ind Pl P3) => t_ + "orcien" ;--# notpresent VP (Impf Ind Sg P3) => t_ + "orcia" ;--# notpresent VP (Impf Sub Pl P1) => t_ + "orcérem" ;--# notpresent - VP (Impf Sub Pl P1) => t_ + "orcéssim" ;--# notpresent +-- VP (Impf Sub Pl P1) => t_ + "orcéssim" ;--# notpresent VP (Impf Sub Sg P1) => t_ + "orcera" ;--# notpresent - VP (Impf Sub Sg P1) => t_ + "orcés" ;--# notpresent +-- VP (Impf Sub Sg P1) => t_ + "orcés" ;--# notpresent VP (Impf Sub Pl P2) => t_ + "orcéreu" ;--# notpresent - VP (Impf Sub Pl P2) => t_ + "orcéssiu" ;--# notpresent +-- VP (Impf Sub Pl P2) => t_ + "orcéssiu" ;--# notpresent VP (Impf Sub Sg P2) => t_ + "orceres" ;--# notpresent - VP (Impf Sub Sg P2) => t_ + "orcessis" ;--# notpresent +-- VP (Impf Sub Sg P2) => t_ + "orcessis" ;--# notpresent VP (Impf Sub Pl P3) => t_ + "orceren" ;--# notpresent - VP (Impf Sub Pl P3) => t_ + "orcessin" ;--# notpresent +-- VP (Impf Sub Pl P3) => t_ + "orcessin" ;--# notpresent VP (Impf Sub Sg P3) => t_ + "orcera" ;--# notpresent - VP (Impf Sub Sg P3) => t_ + "orcés" ;--# notpresent +-- VP (Impf Sub Sg P3) => t_ + "orcés" ;--# notpresent VP (Pret Pl P1) => t_ + "orcérem" ;--# notpresent VP (Pret Sg P1) => t_ + "orcí" ;--# notpresent VP (Pret Pl P2) => t_ + "orcéreu" ;--# notpresent diff --git a/next-lib/src/german/ResGer.gf b/next-lib/src/german/ResGer.gf index 5677ab106..ea87cabbd 100644 --- a/next-lib/src/german/ResGer.gf +++ b/next-lib/src/german/ResGer.gf @@ -143,10 +143,12 @@ resource ResGer = ParamX ** open Prelude in { vFin : Bool -> Mood -> Tense -> Agr -> VForm = \b,m,t,a -> case <t,m> of { - <Past,MIndic> => VFin b (VImpfInd a.n a.p) ; --# notpresent - <Past,MConjunct> => VFin b (VImpfSubj a.n a.p) ; --# notpresent <Pres,MIndic> => VFin b (VPresInd a.n a.p) ; <Pres,MConjunct> => VFin b (VPresSubj a.n a.p) + ; --# notpresent + <Past,MIndic> => VFin b (VImpfInd a.n a.p) ; --# notpresent + <Past,MConjunct> => VFin b (VImpfSubj a.n a.p) ; --# notpresent + _ => VInf False --# notpresent } ; conjAgr : Agr -> Agr -> Agr = \a,b -> { diff --git a/next-lib/src/scandinavian/CommonScand.gf b/next-lib/src/scandinavian/CommonScand.gf index d56d7ee1d..aa1220338 100644 --- a/next-lib/src/scandinavian/CommonScand.gf +++ b/next-lib/src/scandinavian/CommonScand.gf @@ -102,8 +102,9 @@ oper vFin : Tense -> Voice -> VForm = \t,v -> case t of { Pres => VF (VPres v) - ; --# notpresent - Past => VF (VPret v) --# notpresent + ; --# notpresent + Past => VF (VPret v) ; --# notpresent + _ => VI (VInfin v) --# notpresent } ; -- Used in $ConjunctionScand$. |
