summaryrefslogtreecommitdiff
path: root/next-lib/src/romance
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/romance')
-rw-r--r--next-lib/src/romance/ResRomance.gf13
1 files changed, 7 insertions, 6 deletions
diff --git a/next-lib/src/romance/ResRomance.gf b/next-lib/src/romance/ResRomance.gf
index 483c217f1..4ff8991b8 100644
--- a/next-lib/src/romance/ResRomance.gf
+++ b/next-lib/src/romance/ResRomance.gf
@@ -305,14 +305,15 @@ oper
let
vp = useVP vpr ;
----e clpr = pronArg agr.n agr.p vp.clAcc vp.clDat ;
--- iform = infForm agr.n agr.p vp.clAcc vp.clDat ;
- iform = False ;
+----e iform = infForm agr.n agr.p vp.clAcc vp.clDat ;
+ clpr = <vp.clit1, vp.clit2, False> ; ----e
+ iform = False ; ----e
inf = (vp.s ! VPInfinit Simul iform).inf ! (aagr agr.g agr.n) ;
--- neg = vp.neg ! Pos ; --- Neg not in API
--- obj = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol
+ neg = vp.neg ! Pos ; --- Neg not in API
+ obj = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! Pos ---- pol
in
-----e clitInf clpr.p3 (clpr.p1 ++ vp.clit2) inf ++ obj ;
- inf ;
+ clitInf clpr.p3 (clpr.p1 ++ vp.clit3) inf ++ obj ;
+
}
-- insertObject: