mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
noexpand flag in ParadigmsTur makes compilation go through
This commit is contained in:
@@ -10,7 +10,7 @@ resource ParadigmsTur = open
|
|||||||
in {
|
in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
coding=utf8 ;
|
coding=utf8 ; optimize=noexpand ;
|
||||||
|
|
||||||
oper
|
oper
|
||||||
-- Paradigms for verb
|
-- Paradigms for verb
|
||||||
@@ -521,4 +521,4 @@ param
|
|||||||
| SgSylConIrreg -- one syllable ending with consonant, but takes -ir (here is the list: al-, bil-, bul-, dur-, gel-, gör-, kal-, ol-, öl-, var-, ver-, vur-, san- )
|
| SgSylConIrreg -- one syllable ending with consonant, but takes -ir (here is the list: al-, bil-, bul-, dur-, gel-, gör-, kal-, ol-, öl-, var-, ver-, vur-, san- )
|
||||||
| SgSylConReg ; -- one syllable ending with consonant, takes -er
|
| SgSylConReg ; -- one syllable ending with consonant, takes -er
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user