summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-02 16:03:26 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-02 16:03:26 +0000
commit980f400848f5d41947b3bf9d6d17407cc92044c8 (patch)
treef474fbbcc33c81ca0a66f561283fbbf2919b7119 /usr.bin/make
parent7641d46f32d00c60c58cf33bf3f28304a1a7a4fd (diff)
downloadFreeBSD-src-980f400848f5d41947b3bf9d6d17407cc92044c8.zip
FreeBSD-src-980f400848f5d41947b3bf9d6d17407cc92044c8.tar.gz
Remove 6-years-stale #if0, the behaviour isn't ever going to be limited to
compatible mode, as far as I know, since we use it...
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 d296fe9..acc606e 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.
OpenPOWER on IntegriCloud