7599689248
newlines (bug #154283).
11 lines
413 B
Diff
11 lines
413 B
Diff
--- patch-2.5.4/pch.c.stripcr 1999-08-30 07:20:08.000000000 +0100
|
|
+++ patch-2.5.4/pch.c 2005-04-29 16:39:40.000000000 +0100
|
|
@@ -419,7 +419,6 @@
|
|
if (s[0] == '+' && s[1] == '0' && !ISDIGIT (s[2]))
|
|
p_says_nonexistent[NEW] = 1 + ! p_timestamp[NEW];
|
|
p_indent = indent;
|
|
- p_strip_trailing_cr = strip_trailing_cr;
|
|
p_start = this_line;
|
|
p_sline = p_input_line;
|
|
retval = UNI_DIFF;
|