--- src/usr.bin/make/suff.c 2005/02/01 22:05:36 1.31 +++ src/usr.bin/make/suff.c 2005/02/04 22:35:42 1.32 @@ -1618,7 +1618,8 @@ SuffFindArchiveDeps(GNode *gn, Lst *slst char *eoarch; /* End of archive portion */ char *eoname; /* End of member portion */ GNode *mem; /* Node for member */ - static const char *copy[] = { /* Variables to be copied from the member node */ + /* Variables to be copied from the member node */ + static const char *copy[] = { TARGET, /* Must be first */ PREFIX, /* Must be second */ }; @@ -2349,9 +2350,9 @@ Suff_PrintAll(void) #ifdef DEBUG_SRC /* * Printaddr -- - * Print the address of a node, used as an interative function. + * Print the address of a node. */ -int +static int PrintAddr(void *a, void *b __unused) { printf("%p ", a);