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 /next-lib/src/catalan | |
| parent | f8fdaa7accef4c6935e5ecdf9ef292b1f7b2901b (diff) | |
some more fixes for cleaner compilation of alltensenses
Diffstat (limited to 'next-lib/src/catalan')
| -rw-r--r-- | next-lib/src/catalan/BeschCat.gf | 28 |
1 files changed, 14 insertions, 14 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 |
