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

Diff for /src/usr.bin/make/targ.c between version 1.68 and 1.69

version 1.68, 2012/10/06 09:32:40 version 1.69, 2012/10/09 19:45:34
Line 171 
Line 171 
         gn->next = NULL;          gn->next = NULL;
         gn->basename = NULL;          gn->basename = NULL;
         gn->sibling = gn;          gn->sibling = gn;
         gn->build_lock = false;          gn->groupling = NULL;
   
 #ifdef STATS_GN_CREATION  #ifdef STATS_GN_CREATION
         STAT_GN_COUNT++;          STAT_GN_COUNT++;

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69