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 d44ac49..302e0bd 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -1478,7 +1478,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 in traditional C", NODE_NAME (node)); break; } |