=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/targ.c,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/make/targ.c 2000/06/23 16:23:26 1.25 --- src/usr.bin/make/targ.c 2000/09/14 13:32:08 1.26 *************** *** 1,4 **** ! /* $OpenBSD: targ.c,v 1.25 2000/06/23 16:23:26 espie Exp $ */ /* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: targ.c,v 1.26 2000/09/14 13:32:08 espie Exp $ */ /* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */ /* *************** *** 39,52 **** * SUCH DAMAGE. */ - #ifndef lint - #if 0 - static char sccsid[] = "@(#)targ.c 8.2 (Berkeley) 3/19/94"; - #else - static char *rcsid = "$OpenBSD: targ.c,v 1.25 2000/06/23 16:23:26 espie Exp $"; - #endif - #endif /* not lint */ - /*- * targ.c -- * Functions for maintaining the Lst allTargets. Target nodes are --- 39,44 ---- *************** *** 91,96 **** --- 83,97 ---- #include "hash.h" #include "dir.h" + #ifndef lint + #if 0 + static char sccsid[] = "@(#)targ.c 8.2 (Berkeley) 3/19/94"; + #else + UNUSED + static char *rcsid = "$OpenBSD: targ.c,v 1.26 2000/09/14 13:32:08 espie Exp $"; + #endif + #endif /* not lint */ + static LIST allTargets; /* the list of all targets found so far */ #ifdef CLEANUP static LIST allGNs; /* List of all the GNodes */ *************** *** 111,120 **** * Targ_Init -- * Initialize this module * ! * Results: ! * None ! * ! * Side Effects: * The allTargets list and the targets hash table are initialized *----------------------------------------------------------------------- */ --- 112,118 ---- * Targ_Init -- * Initialize this module * ! * Side Effects: * The allTargets list and the targets hash table are initialized *----------------------------------------------------------------------- */