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

Diff for /src/usr.bin/make/dump.c between version 1.7 and 1.8

version 1.7, 2015/01/23 13:18:40 version 1.8, 2015/01/23 22:35:57
Line 82 
Line 82 
 static void  static void
 TargPrintName(void *gnp)  TargPrintName(void *gnp)
 {  {
         GNode *gn = gnp;          const GNode *gn = gnp;
         printf("%s ", gn->name);          printf("%s ", gn->name);
 }  }
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8