OSDN Git Service

PR target/47111
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Dec 2010 10:29:30 +0000 (10:29 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Dec 2010 10:29:30 +0000 (10:29 +0000)
* config/rtems.h (NO_IMPLICIT_EXTERN_C): Undef before defining.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168365 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rtems.h

index 337f70c..e88b8db 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-31  Joern Rennecke  <amylaar@spamcop.net>
+
+       PR target/47111
+       * config/rtems.h (NO_IMPLICIT_EXTERN_C): Undef before defining.
+
 2010-12-30  Mingjie Xing  <mingjie.xing@gmail.com>
 
        * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change
index 869b14b..d9264f6 100644 (file)
@@ -18,6 +18,7 @@ along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
 /* The system headers under RTEMS are C++-aware.  */
+#undef NO_IMPLICIT_EXTERN_C
 #define NO_IMPLICIT_EXTERN_C
 
 /*