From: Roland McGrath Date: Sun, 21 Feb 1993 19:48:46 +0000 (+0000) Subject: Formerly misc.c.~24~ X-Git-Tag: 3.70.2~369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2361b3591d1188d8d9b7ec785d4201d8aece22f;p=thirdparty%2Fmake.git Formerly misc.c.~24~ --- diff --git a/misc.c b/misc.c index e695c39c..f217fc33 100644 --- a/misc.c +++ b/misc.c @@ -135,7 +135,7 @@ remove_comments (line) backslash = 0; bs_write = 0; - for (p2 = p - 1; p2 > line && *p2 == '\\'; --p2) + for (p2 = p - 1; p2 >= line && *p2 == '\\'; --p2) { if (backslash) ++bs_write;