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

Diff for /src/usr.bin/make/gnode.h between version 1.24 and 1.25

version 1.24, 2013/04/23 14:32:53 version 1.25, 2013/05/14 18:47:40
Line 146 
Line 146 
     struct timespec cmtime;     /* The modification time of its youngest      struct timespec cmtime;     /* The modification time of its youngest
                                  * child */                                   * child */
   
       GNode *youngest;
     GNode *impliedsrc;      GNode *impliedsrc;
     LIST cohorts;       /* Other nodes for the :: operator */      LIST cohorts;       /* Other nodes for the :: operator */
     LIST parents;       /* Nodes that depend on this one */      LIST parents;       /* Nodes that depend on this one */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25