diff options
| author | aarne <aarne@cs.chalmers.se> | 2009-04-27 13:28:47 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2009-04-27 13:28:47 +0000 |
| commit | c14a899ab49167b025c1cc744af1e9694682c1bc (patch) | |
| tree | 7f4d9748342ac4c4d20183a3fca7d62254476419 /next-lib/src/german/StructuralGer.gf | |
| parent | 010dee0c974f20d8ffcba5bac422e78ab2ede610 (diff) | |
have_V2 in Structural
Diffstat (limited to 'next-lib/src/german/StructuralGer.gf')
| -rw-r--r-- | next-lib/src/german/StructuralGer.gf | 4 |
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 ; } |
