forked from GitHub/gf-rgl
(Jpn) Keep the old prepositive in CN after AdvCN
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user