summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/targ.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-23 23:30:30 +0000
committerimp <imp@FreeBSD.org>2002-03-23 23:30:30 +0000
commit7eed3429c01b88e7dbd158928865928491cbb6a2 (patch)
treeec9f80b153379fc774ab92b95fecbb9c3a9351d4 /usr.bin/make/targ.c
parent7535c05549167a070eade4bb6ecc239226494f93 (diff)
downloadFreeBSD-src-7eed3429c01b88e7dbd158928865928491cbb6a2.zip
FreeBSD-src-7eed3429c01b88e7dbd158928865928491cbb6a2.tar.gz
o unifdef -D__STDC__
o remove badly bit-rotted compat file that likely won't work on the systems it purports to support.
Diffstat (limited to 'usr.bin/make/targ.c')
-rw-r--r--usr.bin/make/targ.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c
index 30de628..89542a6 100644
--- a/usr.bin/make/targ.c
+++ b/usr.bin/make/targ.c
@@ -489,13 +489,8 @@ Targ_PrintType (type)
{
register int tbit;
-#ifdef __STDC__
#define PRINTBIT(attr) case CONCAT(OP_,attr): printf("." #attr " "); break
#define PRINTDBIT(attr) case CONCAT(OP_,attr): if (DEBUG(TARG)) printf("." #attr " "); break
-#else
-#define PRINTBIT(attr) case CONCAT(OP_,attr): printf(".attr "); break
-#define PRINTDBIT(attr) case CONCAT(OP_,attr): if (DEBUG(TARG)) printf(".attr "); break
-#endif /* __STDC__ */
type &= ~OP_OPMASK;
OpenPOWER on IntegriCloud