Commit db6a1df0 by Jonathan Larmour Committed by Jeff Law

* index-prop: Fix occasional problem when using cvs diff -p

From-SVN: r33494
parent ad81223c
2000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
* index-prop: Fix occasional problem when using cvs diff -p
2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
* gcc_update: Remove references to cexp.c/cexp.y.
......
......@@ -14,7 +14,8 @@ while (<>)
for (1..7)
{
$_ = <>;
s/ [^\t]+\t/ $full\t/;
s/^--- [^\t]+\t/--- $full\t/;
s/^\+\+\+ [^\t]+\t/\+\+\+ $full\t/;
print;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment