diff options
author | Roland McGrath <roland@redhat.com> | 1993-02-21 19:48:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-02-21 19:48:46 +0000 |
commit | b2361b3591d1188d8d9b7ec785d4201d8aece22f (patch) | |
tree | 7e8d2b35f27ccd0479368017324f41b6db7d1952 | |
parent | ed70d6422c315b655d5b87bc65838c71cfee0d87 (diff) | |
download | gunmake-b2361b3591d1188d8d9b7ec785d4201d8aece22f.tar.gz |
Formerly misc.c.~24~
-rw-r--r-- | misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |