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...
This commit is contained in:
Juli Mallett 2002-10-02 16:03:26 +00:00
parent 5f570c5179
commit 0b6a3508ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104374

View file

@ -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.