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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/parse.c between version 1.134.4.1 and 1.134.4.2

version 1.134.4.1, 2007/11/06 23:36:02 version 1.134.4.2, 2008/01/09 02:00:48
Line 2204  ParseGetLine(int flags, int *length)
Line 2204  ParseGetLine(int flags, int *length)
                     cf->P_str = tp;                      cf->P_str = tp;
                     tp = cf->P_end;                      tp = cf->P_end;
                     len += IFILE_BUFLEN;                      len += IFILE_BUFLEN;
                       cf->P_buflen += IFILE_BUFLEN;
                 }                  }
                 len = read(cf->fd, tp, len);                  len = read(cf->fd, tp, len);
                 if (len <= 0) {                  if (len <= 0) {

Legend:
Removed from v.1.134.4.1  
changed lines
  Added in v.1.134.4.2

CVSweb <webmaster@jp.NetBSD.org>