PCC_BORROWED
loanpcc->pcc_flags |= PCC_BORROWED;
if ((~pcc->pcc_flags & (PCC_BORROWED|PCC_DONE)) == 0) {
pcc->pcc_flags &= ~(PCC_BORROWED|PCC_DONE);
pcc->pcc_flags &= ~PCC_BORROWED;
if (pcc->pcc_flags & PCC_BORROWED) {