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

Diff for /src/usr.bin/make/lowparse.c between version 1.24 and 1.25

version 1.24, 2010/07/19 19:46:44 version 1.25, 2010/12/26 13:09:22
Line 163 
Line 163 
         if (DEBUG(FOR))          if (DEBUG(FOR))
                 (void)fprintf(stderr, "%s\n----\n", str);                  (void)fprintf(stderr, "%s\n----\n", str);
   
         if (current != NULL)          Lst_Push(&input_stack, current);
                 Lst_Push(&input_stack, current);          assert(current != NULL);
         current = new_input_string(str, current->fname, lineno);          current = new_input_string(str, current->fname, lineno);
 }  }
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25