]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 e9a54776f3a4d457f957593655c32847a3e478e6..921b5a8e193983763bfe2045779c9af2fc24e0bc 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 cf331e0df5fbee16d7bd2a0a279774840682ff1b..87c3404b6b1c1ab632fe97232966937b01b21efd 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