[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.107 and 1.108

version 1.107, 2012/10/09 19:45:34 version 1.108, 2012/11/07 14:18:41
Line 1048 
Line 1048 
                                 break;                                  break;
                 }                  }
                 Buf_Addi(copy, line, p);                  Buf_Addi(copy, line, p);
                 Buf_KillTrailingSpaces(copy);  
                 return Buf_Retrieve(copy);                  return Buf_Retrieve(copy);
         }          }
 }  }

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108