=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/lowparse.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/make/lowparse.c 2000/06/23 16:40:50 1.2 --- src/usr.bin/make/lowparse.c 2000/07/17 23:54:26 1.3 *************** *** 1,4 **** ! /* $OpenBSD: lowparse.c,v 1.2 2000/06/23 16:40:50 espie Exp $ */ /* low-level parsing functions. */ --- 1,4 ---- ! /* $OpenBSD: lowparse.c,v 1.3 2000/07/17 23:54:26 espie Exp $ */ /* low-level parsing functions. */ *************** *** 539,545 **** } while (line && Cond_Eval(line) != COND_PARSE); if (line == NULL) break; ! /*FALLTHRU*/ case COND_PARSE: free(line); line = ParseReadLine(); --- 539,545 ---- } while (line && Cond_Eval(line) != COND_PARSE); if (line == NULL) break; ! /* FALLTHROUGH */ case COND_PARSE: free(line); line = ParseReadLine();