Add cost calculation

This commit is contained in:
Nishi 2026-06-24 11:39:52 +09:00
commit 54d3831094
14 changed files with 136 additions and 16 deletions

View file

@ -51,7 +51,7 @@ void selclrec(SJ4_CONTEXT2) {
while(rec) {
if(len > (unsigned int)rec->cllen) return;
if(rec->jnode->class == C_BUNSETU) break;
if(rec->jnode->jclass == C_BUNSETU) break;
rec = rec->clsort;
}
if(!rec) return;