=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/for.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/make/for.h 2001/05/23 12:34:43 1.1 --- src/usr.bin/make/for.h 2002/06/13 23:26:39 1.2 *************** *** 1,7 **** #ifndef FOR_H #define FOR_H /* $OpenPackages$ */ ! /* $OpenBSD: for.h,v 1.1 2001/05/23 12:34:43 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. * --- 1,7 ---- #ifndef FOR_H #define FOR_H /* $OpenPackages$ */ ! /* $OpenBSD: for.h,v 1.2 2002/06/13 23:26:39 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. * *************** *** 38,46 **** /* handle = For_Eval(line); * Evaluate for loop in line, and returns an opaque handle. * Loop lines are parsed as ! * for ... in ! * assuming the dot has been parsed by previous modules. ! * Returns NULL if this is not a for loop after all. */ extern For *For_Eval(const char *); /* finished = For_Accumulate(handle, line); --- 38,46 ---- /* handle = For_Eval(line); * Evaluate for loop in line, and returns an opaque handle. * Loop lines are parsed as ! * ... in ! * assuming .for has been parsed by previous modules. ! * Returns NULL if this does not parse as a for loop after all. */ extern For *For_Eval(const char *); /* finished = For_Accumulate(handle, line);