From aad954a8f55e5cda1a599663a3c9c419d6786edc Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 19 Jun 2014 16:20:01 +0000 Subject: [PATCH] fixed notpresent flags in ResDut.gf so that it compiles with the -present option --- lib/src/dutch/ResDut.gf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/src/dutch/ResDut.gf b/lib/src/dutch/ResDut.gf index c38286006..5e28b5edf 100644 --- a/lib/src/dutch/ResDut.gf +++ b/lib/src/dutch/ResDut.gf @@ -597,29 +597,29 @@ param True => neg ++ obj0 ++ obj ++ part ++ vp.a2 ++ vp.s.prefix ; _ => obj0 ++ obj ++ neg ++ part ++ vp.a2 ++ vp.s.prefix } ; - inf = - case of { --# notpresent + inf : Str = + case of { => vp.s.s ! VInf ++ vp.inf.p1 ; --# notpresent - _ => --# notpresent - vp.inf.p1 ++ verb.p2 - } --# notpresent - ; + _ => + vp.inf.p1 ++ verb.p2 + } + ; extra = vp.ext ; --for the Sub word order - inffin = - case of { --# notpresent + inffin : Str = + case of { -- gezien zou/zal hebben => vperf ++ fin ++ auxv ! VInf ; --# notpresent => vperf ++ fin ++ auxv ! VInf ; --# notpresent -- zou/zal zien - => fin ++ verb.p2 ; --# notpresent - => fin ++ verb.p2 ; --# notpresent + => fin ++ verb.p2 ; + => fin ++ verb.p2 ; -- wil kunnen zien (first line in inf) <_,Anter,True> => fin ++ inf ; -- double inf --# notpresent - _ => fin ++ inf --# notpresent + _ => fin ++ inf -- no inf ++ fin, this is not German :-P - } --# notpresent + } in case o of { Main => subj ++ fin ++ compl ++ inf ++ extra ;