1
0
forked from GitHub/gf-rgl

move include of relativelat to correct file

This commit is contained in:
Herbert Lange
2019-11-12 16:02:52 +01:00
parent b3584b8bda
commit 4438ef45c0
2 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ concrete GrammarLat of Grammar =
NumeralLat,
SentenceLat,
QuestionLat,
-- RelativeLat,
RelativeLat,
ConjunctionLat,
PhraseLat,
TextX-[Adv],

View File

@@ -3,8 +3,7 @@
concrete LangLat of Lang =
GrammarLat,
ParadigmsLat,
LexiconLat,
RelativeLat
LexiconLat
-- ConstructionLat
** {