re PR ada/57934 (typo in definition of CAT in gcc-interface/ada.h for traditional...
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 20 Jul 2013 08:41:29 +0000 (08:41 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 20 Jul 2013 08:41:29 +0000 (08:41 +0000)
PR ada/57934
* gcc-interface/ada.h (CAT): Fix typo.

From-SVN: r201084

gcc/ada/ChangeLog
gcc/ada/gcc-interface/ada.h

index 9178fc8..ef11805 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-20  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/57934
+       * gcc-interface/ada.h (CAT): Fix typo.
+
 2013-07-08  Hristian Kirtchev  <kirtchev@adacore.com>
 
        * einfo.adb (Get_Pragma): Handle the retrieval of delayed
index 095dec3..197ab95 100644 (file)
@@ -6,7 +6,7 @@
  *                                                                          *
  *                              C Header File                               *
  *                                                                          *
- *          Copyright (C) 1992-2009, Free Software Foundation, Inc.         *
+ *          Copyright (C) 1992-2013, Free Software Foundation, Inc.         *
  *                                                                          *
  * GNAT is free software;  you can  redistribute it  and/or modify it under *
  * terms of the  GNU General Public License as published  by the Free Soft- *
@@ -48,7 +48,7 @@
 #define CAT(A,B) A##B
 #else
 #define _ECHO(A) A
-#define CAT(A,B) ECHO(A)B
+#define CAT(A,B) _ECHO(A)B
 #endif
 
 /* The following macro definition simulates the effect of a declaration of