aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/ada.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2013-07-20 08:41:29 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2013-07-20 08:41:29 +0000
commit2d586fb43236fb518dd2644cef33d525684cddff (patch)
tree33d5ecde72319bfbbfaa5da9c7ea3747f15b7fb1 /gcc/ada/gcc-interface/ada.h
parentd05d070973b03dedf93c2007335d64ecf4f462ba (diff)
downloadgcc-2d586fb43236fb518dd2644cef33d525684cddff.zip
gcc-2d586fb43236fb518dd2644cef33d525684cddff.tar.gz
gcc-2d586fb43236fb518dd2644cef33d525684cddff.tar.bz2
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
Diffstat (limited to 'gcc/ada/gcc-interface/ada.h')
-rw-r--r--gcc/ada/gcc-interface/ada.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gcc-interface/ada.h b/gcc/ada/gcc-interface/ada.h
index 095dec3..197ab95 100644
--- a/gcc/ada/gcc-interface/ada.h
+++ b/gcc/ada/gcc-interface/ada.h
@@ -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