[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.5 and 1.6

version 1.5, 1996/02/23 18:32:58 version 1.6, 1996/03/02 19:50:48
Line 2536 
Line 2536 
                 }                  }
 #ifdef SYSVINCLUDE  #ifdef SYSVINCLUDE
             } else if (strncmp (line, "include", 7) == 0 &&              } else if (strncmp (line, "include", 7) == 0 &&
                          isspace((unsigned char) line[7]) &&
                        strchr(line, ':') == NULL) {                         strchr(line, ':') == NULL) {
                 /*                  /*
                  * It's an S3/S5-style "include".                   * It's an S3/S5-style "include".

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6