From 391456aad790172c3cbbceb5544dd785c0e60a99 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 6 Nov 2010 21:56:23 +0000 Subject: Improve backslash/newline handling to adhere to POSIX requirements. --- misc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'misc.c') diff --git a/misc.c b/misc.c index 7a6f773..607e2a7 100644 --- a/misc.c +++ b/misc.c @@ -118,9 +118,6 @@ collapse_continuations (char *line) if (backslash) { in = next_token (in); - /* Removing this loop will fix Savannah bug #16670: do we want to? */ - while (out > line && isblank ((unsigned char)out[-1])) - --out; *out++ = ' '; } else -- cgit v1.2.3