diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to msgid.

* diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
	msgid.

From-SVN: r77341
This commit is contained in:
Joseph Myers 2004-02-05 20:44:49 +00:00 committed by Joseph Myers
parent d9010fcacc
commit 687d688ee4
2 changed files with 6 additions and 1 deletions

View 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

View 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