diff options
| author | krasimir <krasimir@chalmers.se> | 2009-03-16 14:10:30 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-03-16 14:10:30 +0000 |
| commit | a391c69fd3937cab699dbf18ec042c7eca93ac9a (patch) | |
| tree | 4c1ff08c286ed6d5fdb7b875430adf816e21d6b9 /next-lib | |
| parent | 5597cff5cb186616a0db14a2e579f7261f1a32a3 (diff) | |
use new parser which supports the syntax in GF.Grammar.Grammar directly
Diffstat (limited to 'next-lib')
| -rw-r--r-- | next-lib/src/russian/StructuralRus.gf | 2 | ||||
| -rw-r--r-- | next-lib/src/thai/GrammarTha.gf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/next-lib/src/russian/StructuralRus.gf b/next-lib/src/russian/StructuralRus.gf index 71b6ca55d..84546031a 100644 --- a/next-lib/src/russian/StructuralRus.gf +++ b/next-lib/src/russian/StructuralRus.gf @@ -1,7 +1,7 @@ --# -path=.:../abstract:../common:../../prelude concrete StructuralRus of Structural = CatRus ** - open ResRus, MorphoRus, (P = ParadigmsRus), Prelude, NounRus, in { + open ResRus, MorphoRus, (P = ParadigmsRus), Prelude, NounRus in { flags optimize=all ; coding=utf8 ; diff --git a/next-lib/src/thai/GrammarTha.gf b/next-lib/src/thai/GrammarTha.gf index efe05cc45..28105857a 100644 --- a/next-lib/src/thai/GrammarTha.gf +++ b/next-lib/src/thai/GrammarTha.gf @@ -12,7 +12,7 @@ concrete GrammarTha of Grammar = -- ConjunctionTha, PhraseTha, -- TextX, - StructuralTha, + StructuralTha -- IdiomTha ** { |
