[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.75 and 1.76

version 1.75, 2014/05/12 19:11:19 version 1.76, 2015/01/23 22:35:58
Line 256 
Line 256 
 void  void
 Targ_PrintCmd(void *p)  Targ_PrintCmd(void *p)
 {  {
         struct command *cmd = p;          const struct command *cmd = p;
         printf("\t%s\n", cmd->string);          printf("\t%s\n", cmd->string);
 }  }
   

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76