Add cost calculation
This commit is contained in:
parent
c066168831
commit
54d3831094
14 changed files with 136 additions and 16 deletions
|
|
@ -83,7 +83,7 @@ int ph_khtbl(SJ4_CONTEXT CLREC* clrec) {
|
|||
JREC* jrec;
|
||||
int flg = FALSE;
|
||||
|
||||
switch((jrec = clrec->jnode)->class) {
|
||||
switch((jrec = clrec->jnode)->jclass) {
|
||||
case C_DICT:
|
||||
ph_setsty(SJ4_CONTEXT_PASS clrec);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue