mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
* make_sunver.pl: Add missing newline at the end of extern "C++" block.
From-SVN: r190932
This commit is contained in:
parent
3c1d57d074
commit
0e9f719a98
@ -1,3 +1,7 @@
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user