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

Diff for /src/usr.bin/make/parse.c between version 1.127 and 1.128

version 1.127, 2020/01/13 13:59:24 version 1.128, 2020/01/13 14:03:12
Line 864 
Line 864 
         if (!*line) {          if (!*line) {
                 switch (specType) {                  switch (specType) {
                 case SPECIAL_SUFFIXES:                  case SPECIAL_SUFFIXES:
                         Suff_ClearSuffixes();                          Suff_DisableAllSuffixes();
                         break;                          break;
                 case SPECIAL_PRECIOUS:                  case SPECIAL_PRECIOUS:
                         allPrecious = true;                          allPrecious = true;

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128