=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/make/make.h 1999/12/18 21:53:32 1.16 +++ src/usr.bin/make/make.h 2000/02/02 13:47:48 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: make.h,v 1.16 1999/12/18 21:53:32 espie Exp $ */ +/* $OpenBSD: make.h,v 1.17 2000/02/02 13:47:48 espie Exp $ */ /* $NetBSD: make.h,v 1.15 1997/03/10 21:20:00 christos Exp $ */ /* @@ -83,6 +83,8 @@ #include "lst.h" #include "config.h" #include "buf.h" + +#define OUT_OF_DATE INT_MIN /*- * The structure for an individual graph node. Each node has several