summaryrefslogtreecommitdiff
path: root/gcc/config/c4x/c4x-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/c4x/c4x-c.c')
-rw-r--r--gcc/config/c4x/c4x-c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/c4x/c4x-c.c b/gcc/config/c4x/c4x-c.c
index fa30b439f39..5118871ac2d 100644
--- a/gcc/config/c4x/c4x-c.c
+++ b/gcc/config/c4x/c4x-c.c
@@ -57,7 +57,7 @@ static int c4x_parse_pragma (const char *, tree *, tree *);
the STRING_CST node of the string. If SECT is null, then this
pragma doesn't take a section string. Returns 0 for a good pragma,
-1 for a malformed pragma. */
-#define BAD(msgid, arg) do { warning (0, msgid, arg); return -1; } while (0)
+#define BAD(gmsgid, arg) do { warning (0, gmsgid, arg); return -1; } while (0)
static int
c4x_parse_pragma (name, func, sect)