aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-parse.y')
-rw-r--r--gcc/c-parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-parse.y b/gcc/c-parse.y
index 58b7525..68d38e0 100644
--- a/gcc/c-parse.y
+++ b/gcc/c-parse.y
@@ -602,7 +602,7 @@ primary:
if (IDENTIFIER_GLOBAL_VALUE ($1) != error_mark_node
|| IDENTIFIER_ERROR_LOCUS ($1) != current_function_decl)
{
- error ("`%s' undeclared (first use this function)",
+ error ("`%s' undeclared (first use in this function)",
IDENTIFIER_POINTER ($1));
if (! undeclared_variable_notice)