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

Diff for /src/usr.bin/make/engine.c between version 1.47 and 1.48

version 1.47, 2013/11/22 15:47:35 version 1.48, 2014/05/30 21:19:57
Line 537 
Line 537 
 {  {
         char *p;          char *p;
   
         for (p = "#=|^(){};&<>*?[]:$`\\\n"; *p != '\0'; p++)          for (p = "#=|^(){};&<>*?[]:$`\\\n~"; *p != '\0'; p++)
                 meta[(unsigned char) *p] = 1;                  meta[(unsigned char) *p] = 1;
         /* The null character serves as a sentinel in the string.  */          /* The null character serves as a sentinel in the string.  */
         meta[0] = 1;          meta[0] = 1;

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48