summaryrefslogtreecommitdiff
path: root/next-lib/src/german/StructuralGer.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/german/StructuralGer.gf')
-rw-r--r--next-lib/src/german/StructuralGer.gf4
1 files changed, 3 insertions, 1 deletions
diff --git a/next-lib/src/german/StructuralGer.gf b/next-lib/src/german/StructuralGer.gf
index 723837974..a48a30143 100644
--- a/next-lib/src/german/StructuralGer.gf
+++ b/next-lib/src/german/StructuralGer.gf
@@ -1,6 +1,7 @@
concrete StructuralGer of Structural = CatGer **
- open MorphoGer, MakeStructuralGer, (X = ConstructX), Prelude in {
+ open MorphoGer, MakeStructuralGer, (X = ConstructX),
+ (P = ParadigmsGer), IrregGer, Prelude in {
flags optimize=all ;
@@ -145,5 +146,6 @@ concrete StructuralGer of Structural = CatGer **
except_Prep = mkPrep "außer" Dat ;
as_CAdv = X.mkCAdv "ebenso" "wie" ;
+ have_V2 = P.dirV2 IrregGer.haben_V ;
}