diff options
Diffstat (limited to 'next-lib/src/scandinavian')
| -rw-r--r-- | next-lib/src/scandinavian/CommonScand.gf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/next-lib/src/scandinavian/CommonScand.gf b/next-lib/src/scandinavian/CommonScand.gf index d56d7ee1d..aa1220338 100644 --- a/next-lib/src/scandinavian/CommonScand.gf +++ b/next-lib/src/scandinavian/CommonScand.gf @@ -102,8 +102,9 @@ oper vFin : Tense -> Voice -> VForm = \t,v -> case t of { Pres => VF (VPres v) - ; --# notpresent - Past => VF (VPret v) --# notpresent + ; --# notpresent + Past => VF (VPret v) ; --# notpresent + _ => VI (VInfin v) --# notpresent } ; -- Used in $ConjunctionScand$. |
