From: Max Okumoto Date: Sat, 22 Jan 2005 11:34:41 +0000 (+0000) Subject: - put #ifdef around PrintAddr() proto type. X-Git-Tag: v2.0.1~9080 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/e893cc13c5718a2cd28488e8f2e481729db800d9 - put #ifdef around PrintAddr() proto type. --- diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 8fc9bca2db..0072f49c34 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -37,7 +37,7 @@ * * @(#)suff.c 8.4 (Berkeley) 3/21/94 * $FreeBSD: src/usr.bin/make/suff.c,v 1.12.2.2 2004/06/10 13:07:53 ru Exp $ - * $DragonFly: src/usr.bin/make/suff.c,v 1.28 2005/01/22 11:14:30 okumoto Exp $ + * $DragonFly: src/usr.bin/make/suff.c,v 1.29 2005/01/22 11:34:41 okumoto Exp $ */ /*- @@ -186,7 +186,10 @@ static void SuffFindNormalDeps(GNode *, Lst *); static int SuffPrintName(void *, void *); static int SuffPrintSuff(void *, void *); static int SuffPrintTrans(void *, void *); +#ifdef DEBUG_SRC static int PrintAddr(void *, void *); +#endif /* DEBUG_SRC */ + /*************** Lst Predicates ****************/ /*-