diff options
| author | aarne <aarne@chalmers.se> | 2009-06-22 14:45:02 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2009-06-22 14:45:02 +0000 |
| commit | ff29836c9b29a7bd5373c8517b282798ae44418e (patch) | |
| tree | 5791b0680cb121167668865dafc682de9e71804a /next-lib/src/scandinavian | |
| parent | f8fdaa7accef4c6935e5ecdf9ef292b1f7b2901b (diff) | |
some more fixes for cleaner compilation of alltensenses
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$. |
