From 2a1c22c5cabe5b0403fdb37ef008288f02a25d08 Mon Sep 17 00:00:00 2001 From: Hans Leiss Date: Thu, 4 Jul 2019 14:15:50 +0200 Subject: [PATCH] fixed the syntax error with --# notpresent in ResGer --- src/german/ResGer.gf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/german/ResGer.gf b/src/german/ResGer.gf index e6e4af39d..15b22f335 100644 --- a/src/german/ResGer.gf +++ b/src/german/ResGer.gf @@ -188,7 +188,8 @@ resource ResGer = ParamX ** open Prelude in { in case of { => VFin b (VPresInd an ap) ; - => VFin b (VPresSubj an ap) ; --# notpresent + => VFin b (VPresSubj an ap) + ; --# notpresent => VFin b (VImpfInd an ap) ; --# notpresent => VFin b (VImpfSubj an ap) ; --# notpresent _ => VInf False --# notpresent