diff options
Diffstat (limited to 'libcpp/macro.c')
-rw-r--r-- | libcpp/macro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/macro.c b/libcpp/macro.c index f76e10b..786c21b 100644 --- a/libcpp/macro.c +++ b/libcpp/macro.c @@ -531,7 +531,7 @@ stringify_arg (cpp_reader *pfile, macro_arg *arg) || token->type == CPP_WSTRING || token->type == CPP_WCHAR || token->type == CPP_STRING32 || token->type == CPP_CHAR32 || token->type == CPP_STRING16 || token->type == CPP_CHAR16 - || token->type == CPP_UTF8STRING + || token->type == CPP_UTF8STRING || token->type == CPP_UTF8CHAR || cpp_userdef_string_p (token->type) || cpp_userdef_char_p (token->type)); |