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

Diff for /src/usr.bin/make/for.c between version 1.7 and 1.8

version 1.7, 1999/12/06 22:24:31 version 1.8, 1999/12/09 18:18:24
Line 246 
Line 246 
     }      }
   
     if (forLevel != 0) {      if (forLevel != 0) {
         Buf_AddChars(forBuf, strlen(line), line);          Buf_AddString(forBuf, line);
         Buf_AddChar(forBuf, '\n');          Buf_AddChar(forBuf, '\n');
         return 1;          return 1;
     }      }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8