[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.34 and 1.35

version 1.34, 2015/12/05 18:31:17 version 1.35, 2016/10/21 16:12:38
Line 223 
Line 223 
 {  {
         if (current != NULL)          if (current != NULL)
                 free_input_stream(current);                  free_input_stream(current);
         current = (struct input_stream *)Lst_Pop(&input_stack);          current = Lst_Pop(&input_stack);
         return current != NULL;          return current != NULL;
 }  }
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35