[BACK]Return to parse.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/parse.c between version 1.45 and 1.46

version 1.45, 2000/06/17 14:43:36 version 1.46, 2000/06/23 16:15:50
Line 656 
Line 656 
             register GNode      *cohort;              register GNode      *cohort;
             register LstNode    ln;              register LstNode    ln;
   
             for (ln=Lst_First(&gn->cohorts); ln != NULL; ln = Lst_Succ(ln)){              for (ln=Lst_First(&gn->cohorts); ln != NULL; ln = Lst_Adv(ln)){
                 cohort = (GNode *)Lst_Datum(ln);                  cohort = (GNode *)Lst_Datum(ln);
                 if (tOp) {                  if (tOp) {
                     cohort->type |= tOp;                      cohort->type |= tOp;

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46