some fixes with Romance clitics and imperatives

This commit is contained in:
aarne
2013-02-20 15:27:54 +00:00
parent 5a54596fe8
commit 48204048d3
7 changed files with 8 additions and 8 deletions

View File

@@ -134,7 +134,7 @@ oper
<Sg,P2> => VImper SgP2 ;
<Pl,P1> => VImper PlP1 ;
<Pl,P2> => VImper PlP2 ;
_ => VInfin False
_ => VFin (VPres Conjunct) n p
} ;
{-

View File

@@ -96,7 +96,7 @@ interface DiffRomance = open CommonRomance, Prelude in {
auxPassive : Verb ;
--2 Contants needed in type signatures above
--2 Constants needed in type signatures above
param
Case = Nom | Acc | CPrep Prepos ;