=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/parse.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- src/usr.bin/make/parse.c 2000/06/23 16:41:53 1.52 +++ src/usr.bin/make/parse.c 2000/09/14 13:32:07 1.53 @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.52 2000/06/23 16:41:53 espie Exp $ */ +/* $OpenBSD: parse.c,v 1.53 2000/09/14 13:32:07 espie Exp $ */ /* $NetBSD: parse.c,v 1.29 1997/03/10 21:20:04 christos Exp $ */ /* @@ -39,14 +39,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94"; -#else -static char rcsid[] = "$OpenBSD: parse.c,v 1.52 2000/06/23 16:41:53 espie Exp $"; -#endif -#endif /* not lint */ - /*- * parse.c -- * Functions to parse a makefile. @@ -105,6 +97,15 @@ #include "pathnames.h" #include "lowparse.h" +#ifndef lint +#if 0 +static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94"; +#else +UNUSED +static char rcsid[] = "$OpenBSD: parse.c,v 1.53 2000/09/14 13:32:07 espie Exp $"; +#endif +#endif /* not lint */ + static LIST targets; /* targets we're working on */ #ifdef CLEANUP static LIST targCmds; /* command lines for targets */ @@ -220,7 +221,6 @@ static void ParseClearPath __P((void *)); static void ParseDoDependency __P((char *)); static void ParseAddCmd __P((void *, void *)); -static int __inline ParseReadc __P((void)); static void ParseHasCommands __P((void *)); static void ParseDoInclude __P((char *)); #ifdef SYSVINCLUDE