Commit 0e9f719a by Eric Botcazou Committed by Eric Botcazou

* make_sunver.pl: Add missing newline at the end of extern "C++" block.

From-SVN: r190932
parent 3c1d57d0
2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
* make_sunver.pl: Add missing newline at the end of extern "C++" block.
2012-08-24 Diego Novillo <dnovillo@google.com>
* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
......
......@@ -185,7 +185,7 @@ while (<F>) {
$glob = 'glob';
if ($in_extern) {
$in_extern--;
print "$1##$2";
print "$1##$2\n";
} else {
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