diff --git a/src/scandinavian/TenseScand.gf b/src/scandinavian/TenseScand.gf index a1add77e..85138efd 100644 --- a/src/scandinavian/TenseScand.gf +++ b/src/scandinavian/TenseScand.gf @@ -9,7 +9,7 @@ incomplete concrete TenseScand of Tense = TPast = {s = []} ** {t = SPast} ; --# notpresent TFut = {s = []} ** {t = SFut} ; --# notpresent TCond = {s = []} ** {t = SCond} ; --# notpresent - +{- already defined in CommonScand param STense = SPres @@ -18,5 +18,5 @@ param | SFutKommer --# notpresent | SCond --# notpresent ; - +-} }