summaryrefslogtreecommitdiff
path: root/next-lib/src/scandinavian
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2009-06-22 14:45:02 +0000
committeraarne <aarne@chalmers.se>2009-06-22 14:45:02 +0000
commitff29836c9b29a7bd5373c8517b282798ae44418e (patch)
tree5791b0680cb121167668865dafc682de9e71804a /next-lib/src/scandinavian
parentf8fdaa7accef4c6935e5ecdf9ef292b1f7b2901b (diff)
some more fixes for cleaner compilation of alltensenses
Diffstat (limited to 'next-lib/src/scandinavian')
-rw-r--r--next-lib/src/scandinavian/CommonScand.gf5
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$.