1
0
forked from GitHub/gf-rgl

workaround for a compilation bug for param defs (to be fixed)

This commit is contained in:
aarne
2006-01-19 17:27:46 +00:00
parent 95775f1a4e
commit dc44af4a87
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ param
Case = Nom | Acc | CPrep Prep ;
NPForm = Ton Case | Aton Case | Poss AAgr ;
NPForm = Ton Case | Aton Case | Poss {g : Gender ; n : Number} ; --- AAgr
RelForm = RSimple Case | RComplex Gender Number Case ;