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:
jmallett 2002-10-02 16:03:26 +00:00
parent 7641d46f32
commit 980f400848

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.