diff options
Diffstat (limited to 'gcc/cppexp.c')
| -rw-r--r-- | gcc/cppexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c index 5f141e2c5c0..ce1d82b5cc5 100644 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -298,7 +298,7 @@ parse_charconst (pfile, tok) SYNTAX_ERROR ("empty character constant"); else if (num_chars > max_chars) SYNTAX_ERROR ("character constant too long"); - else if (num_chars != 1 && ! CPP_TRADITIONAL (pfile)) + else if (num_chars != 1) cpp_warning (pfile, "multi-character character constant"); /* If char type is signed, sign-extend the constant. */ |

