diff options
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 21d3cb1296b..d6f021b67b5 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -1480,7 +1480,7 @@ check_trad_stringification (pfile, macro, string) && !memcmp (p, NODE_NAME (node), len)) { cpp_warning (pfile, - "macro argument \"%s\" would be stringified with -traditional.", + "macro argument \"%s\" would be stringified with -traditional", NODE_NAME (node)); break; } |