aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/xref.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/xref.c')
-rw-r--r--gcc/cp/xref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c
index 14915d6..dd4e5ae 100644
--- a/gcc/cp/xref.c
+++ b/gcc/cp/xref.c
@@ -832,7 +832,7 @@ open_xref_file(file)
if (xref_file == NULL)
{
- error("Can't create cross-reference file `%s'", xref_name);
+ cp_error (ec_ant_create_crossreference_file_s, xref_name);
doing_xref = 0;
}
}