[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.26 and 1.27

version 1.26, 2013/05/22 12:14:08 version 1.27, 2013/05/25 11:54:14
Line 144 
Line 144 
     int unmade;         /* The number of unmade children */      int unmade;         /* The number of unmade children */
   
     struct timespec mtime;      /* Its modification time */      struct timespec mtime;      /* Its modification time */
       struct timespec cmtime;     /* The modification time of its youngest
                                    * child */
     GNode *youngest;            /* Its youngest child */      GNode *youngest;            /* Its youngest child */
   
     GNode *impliedsrc;      GNode *impliedsrc;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27