summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-10-02 16:03:26 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-10-02 16:03:26 +0000
commit0b6a3508ac834732cf8b9b4ffa83676e0c7ee05c (patch)
treef474fbbcc33c81ca0a66f561283fbbf2919b7119 /usr.bin/make
parent5f570c5179dd5e4b6e6625c0737ddf7a8c40e5aa (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/parse.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index d296fe903d45..acc606ed5dcf 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -2254,11 +2254,7 @@ test_char:
break;
case '#':
if (!ignComment) {
- if (
-#if 0
- compatMake &&
-#endif
- (lastc != '\\')) {
+ if (lastc != '\\') {
/*
* If the character is a hash mark and it isn't escaped
* (or we're being compatible), the thing is a comment.