Changes made to modify DB_LINK tests on the lnk and dol

fields to allow type CA_LINK.
This commit is contained in:
Janet B. Anderson
1996-10-30 17:40:50 +00:00
parent 3d22feedd8
commit 49da47700d

View File

@@ -251,7 +251,7 @@ struct seqRecord *pseq;
printf("seqRec-process Checking link %d - lnk %d dol %d\n", tmp,
plink->lnk.type, plink->dol.type);
if ((lmask & 1) && ((plink->lnk.type == DB_LINK)||(plink->dol.type == DB_LINK))||((plink->lnk.type == CA_LINK)||(plink->dol.type == CA_LINK)))
if ((lmask & 1) && ((plink->lnk.type != CONSTANT)||(plink->dol.type != CONSTANT)))
{
if (seqRecDebug > 4)
printf(" seqRec-process Adding link %d at index %d\n", tmp, pcb->index);