aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/pch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/pch.cc b/libcpp/pch.cc
index 0989fb3..c921d75 100644
--- a/libcpp/pch.cc
+++ b/libcpp/pch.cc
@@ -648,7 +648,7 @@ cpp_valid_state (cpp_reader *r, const char *name, int fd)
if (CPP_OPTION (r, warn_invalid_pch))
cpp_warning_syshdr (r, CPP_W_INVALID_PCH,
"%s: not used because %<%.*s%> defined as "
- "%<%s%> not %<%.*s%>",
+ "%qs not %<%.*s%>",
name, m.name_length, namebuf,
newdefn + m.name_length,
m.definition_length - m.name_length,