From 0b6a3508ac834732cf8b9b4ffa83676e0c7ee05c Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Wed, 2 Oct 2002 16:03:26 +0000 Subject: [PATCH] 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... --- usr.bin/make/parse.c | 6 +----- 1 file changed, 1 insertion(+), 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 @@ ParseReadLine () 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.