1
0
forked from GitHub/gf-rgl

(Jpn) Keep the old prepositive in CN after AdvCN

This commit is contained in:
Inari Listenmaa
2020-05-20 15:59:32 +02:00
parent 26373e16d8
commit 306aae28bd

View File

@@ -245,8 +245,8 @@ flags coding = utf8 ;
False => adv.s ! st ++ cn.object ! st
} ;
prepositive = \\st => case adv.prepositive of {
True => adv.s ! st ;
False => []
True => adv.s ! st ++ cn.prepositive ! st ;
False => cn.prepositive ! st
} ;
} ;