=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/for.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- src/usr.bin/make/for.c 2001/05/29 12:53:40 1.26 +++ src/usr.bin/make/for.c 2002/06/11 21:12:11 1.27 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: for.c,v 1.26 2001/05/29 12:53:40 espie Exp $ */ +/* $OpenBSD: for.c,v 1.27 2002/06/11 21:12:11 espie Exp $ */ /* $NetBSD: for.c,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* @@ -145,13 +145,6 @@ const char *endVar; For *arg; unsigned long n; - - /* If we are not in a for loop quickly determine if the statement is - * a for. */ - if (ptr[0] != 'f' || ptr[1] != 'o' || ptr[2] != 'r' || - !isspace(ptr[3])) - return NULL; - ptr += 4; while (*ptr && isspace(*ptr)) ptr++;