re PR ada/57934 (typo in definition of CAT in gcc-interface/ada.h for traditional preprocessor)

PR ada/57934
	* gcc-interface/ada.h (CAT): Fix typo.

From-SVN: r201084
This commit is contained in:
Eric Botcazou 2013-07-20 08:41:29 +00:00 committed by Eric Botcazou
parent d05d070973
commit 2d586fb432
2 changed files with 7 additions and 2 deletions

View 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

View 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