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

Diff for /src/usr.bin/make/direxpand.c between version 1.6 and 1.7

version 1.6, 2015/01/23 13:18:40 version 1.7, 2015/01/23 22:35:57
Line 298 
Line 298 
 static void  static void
 DirPrintWord(void *word)  DirPrintWord(void *word)
 {  {
         char *s = word;          const char *s = word;
         printf("%s ", s);          printf("%s ", s);
 }  }
   

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