diff options
Diffstat (limited to 'usr.bin/make/cond.c')
-rw-r--r-- | usr.bin/make/cond.c | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 4c4669d947c..80c013cbc2c 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cond.c,v 1.20 2000/07/17 23:54:26 espie Exp $ */ +/* $OpenBSD: cond.c,v 1.21 2000/09/14 13:32:06 espie Exp $ */ /* $NetBSD: cond.c,v 1.7 1996/11/06 17:59:02 christos Exp $ */ /* @@ -39,14 +39,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cond.c 8.2 (Berkeley) 1/2/94"; -#else -static char rcsid[] = "$OpenBSD: cond.c,v 1.20 2000/07/17 23:54:26 espie Exp $"; -#endif -#endif /* not lint */ - /*- * cond.c -- * Functions to handle conditionals in a makefile. @@ -63,6 +55,15 @@ static char rcsid[] = "$OpenBSD: cond.c,v 1.20 2000/07/17 23:54:26 espie Exp $"; #include "dir.h" #include "buf.h" +#ifndef lint +#if 0 +static char sccsid[] = "@(#)cond.c 8.2 (Berkeley) 1/2/94"; +#else +UNUSED +static char rcsid[] = "$OpenBSD: cond.c,v 1.21 2000/09/14 13:32:06 espie Exp $"; +#endif +#endif /* not lint */ + /* * The parsing of conditional expressions is based on this grammar: * E -> F || E |