fix the placement of AdV in PassVPSlash for English

This commit is contained in:
kr.angelov
2013-09-02 08:14:31 +00:00
parent 445c980a00
commit 44db7d7c8b

View File

@@ -160,8 +160,8 @@ lin
prp = be.prp ;
ptp = be.ptp ;
inf = be.inf ;
ad = vps.ad ;
s2 = \\a => ppt ++ vps.p ++ vps.s2 ! a ++ vps.c2 ---- order
ad = [] ;
s2 = \\a => vps.ad ++ ppt ++ vps.p ++ vps.s2 ! a ++ vps.c2 ---- order
} ;
--- AR 7/3/2013