From da254aef40ef12778b6d5412caefb0838c79092b Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Tue, 4 Sep 2012 13:56:06 +0000 Subject: * make_sunver.pl: Add missing newline at the end of extern "C++" block. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190932 138bc75d-0d04-0410-961f-82ee72b054a4 --- contrib/ChangeLog | 4 ++++ contrib/make_sunver.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 681f7f6cce9..9173c6c7228 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2012-09-04 Eric Botcazou + + * make_sunver.pl: Add missing newline at the end of extern "C++" block. + 2012-08-24 Diego Novillo * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update. diff --git a/contrib/make_sunver.pl b/contrib/make_sunver.pl index afdf973f5da..db0fe21ef43 100644 --- a/contrib/make_sunver.pl +++ b/contrib/make_sunver.pl @@ -185,7 +185,7 @@ while () { $glob = 'glob'; if ($in_extern) { $in_extern--; - print "$1##$2"; + print "$1##$2\n"; } else { print; } -- cgit v1.2.1