diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to msgid.
authorJoseph Myers <jsm@polyomino.org.uk>
Thu, 5 Feb 2004 20:44:49 +0000 (20:44 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 5 Feb 2004 20:44:49 +0000 (20:44 +0000)
* diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
msgid.

From-SVN: r77341

gcc/ChangeLog
gcc/diagnostic.h

index e9a5477..921b5a8 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+       * diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
+       msgid.
+
 2004-02-05  Dorit Naishlos  <dorit@il.ibm.com>
 
        * config/rs6000/altivec.md (*movv4si_internal): At least one
index cf331e0..87c3404 100644 (file)
@@ -27,7 +27,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 /* Constants used to discriminate diagnostics.  */
 typedef enum
 {
-#define DEFINE_DIAGNOSTIC_KIND(K, M) K,  
+#define DEFINE_DIAGNOSTIC_KIND(K, msgid) K,  
 #include "diagnostic.def"
 #undef DEFINE_DIAGNOSTIC_KIND
   DK_LAST_DIAGNOSTIC_KIND