1
0
forked from GitHub/gf-rgl

-val optimization

This commit is contained in:
aarne
2005-01-11 15:06:12 +00:00
parent 9f44597acb
commit bf88707c18
4 changed files with 4 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ oper
VFin VFut n p => amare.s ! VP (Fut Ind n p) ;
VFin VCondit n p => amare.s ! VP (Cond n p) ;
VImper np => amare.s ! VP (Imp Sg P2) ; ---- n p ;
VPart g n => amare.s ! VI Part ---- g n ?
VPart g n => amare.s ! VP (Pass n g)
} ;
aux = a
} ;