support CAPIT & ALLCAPIT

This commit is contained in:
Krasimir Angelov
2024-01-04 10:37:25 +01:00
parent c327cf063e
commit 24b96ba874

View File

@@ -725,6 +725,13 @@ void PgfLRTableMaker::symbol(State *state, Fold fold, Item *item, PgfSymbol sym)
}
break;
}
case PgfSymbolCAPIT::tag:
case PgfSymbolALLCAPIT::tag: {
// We just ignore CAPIT && ALLCAPIT during parsing
item->sym_idx++;
process(state,fold,item);
break;
}
default:
if (item->ref_cnt == 0)
delete item;