[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.30 and 1.31

version 1.30, 2012/08/25 08:12:56 version 1.31, 2012/09/14 08:46:39
Line 517 
Line 517 
 {  {
         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.30  
changed lines
  Added in v.1.31