fixed the order of complements in Romance insertObj

This commit is contained in:
aarne
2009-12-16 18:06:45 +00:00
parent 24f6f9181a
commit 283807d2ec

View File

@@ -89,7 +89,7 @@ oper
clit1 = vp.clit1 ++ obj.c1 ;
clit2 = vp.clit2 ++ obj.c2 ;
clit3 = vp.clit3 ;
comp = \\a => vp.comp ! a ++ c.s ++ obj.comp ;
comp = \\a => c.s ++ obj.comp ++ vp.comp ! a ;
neg = vp.neg ;
ext = vp.ext ;
} ;