a couple more fixes in Chi

This commit is contained in:
aarne
2015-12-11 13:42:26 +00:00
parent 0b338f158b
commit 6cbeea93da
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ concrete ExtraChi of ExtraChiAbs = CatChi **
APlain => v.s ++ v.neg ++ v.sn ;
APerf => v.s ++ "不" ++ v.sn ++ v.pp ;
ADurStat => v.s ++ "不" ++ v.sn ;
ADurProg => v.dp ++ v.neg ++ v.dp ++ v.sn ; -- mei or bu
ADurProg => v.s ++ v.neg ++ v.dp ++ v.sn ; -- mei or bu
AExper => v.s ++ v.neg ++ v.sn ++ v.ep
}
in