]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* make_sunver.pl: Add missing newline at the end of extern "C++" block.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2012 13:56:06 +0000 (13:56 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2012 13:56:06 +0000 (13:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190932 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/make_sunver.pl

index 681f7f6cce99c9cf44a77f13be2f6662bd7b202a..9173c6c7228a026c5caf97d1508bbff50a9d030b 100644 (file)
@@ -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.
index afdf973f5da440d8eb9bbe733dca663694b0a568..db0fe21ef43458b2db015b525c662106374e69f3 100644 (file)
@@ -185,7 +185,7 @@ while (<F>) {
        $glob = 'glob';
        if ($in_extern) {
            $in_extern--;
-           print "$1##$2";
+           print "$1##$2\n";
        } else {
            print;
        }