[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.120 and 1.121

version 1.120, 2017/12/19 20:44:53 version 1.121, 2018/09/20 11:41:28
Line 1381 
Line 1381 
                         if (line != NULL) {                          if (line != NULL) {
                                 while (ISSPACE(*line))                                  while (ISSPACE(*line))
                                         line++;                                          line++;
                                         stripped = strip_comments(copy, line);                                  stripped = strip_comments(copy, line);
                         }                          }
                 } while (line != NULL && Cond_Eval(stripped) != COND_PARSE);                  } while (line != NULL && Cond_Eval(stripped) != COND_PARSE);
                 /* FALLTHROUGH */                  /* FALLTHROUGH */

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121