From 0f5881fadab5ef01a25e56ba1aa9164d3774fe57 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 20 Feb 2002 18:40:52 +0000 Subject: [PATCH] * stabsread.c (error_type_complaint): Improve error message. --- gdb/stabsread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 190fc15..5b11546 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -212,7 +212,7 @@ static struct complaint const_vol_complaint = {"const/volatile indicator missing, got '%c'", 0, 0}; static struct complaint error_type_complaint = -{"During symbol reading, couldn't parse type; debugger out of date?", 0, 0}; +{"couldn't parse type; debugger out of date?", 0, 0}; static struct complaint invalid_member_complaint = {"invalid (minimal) member type data format at symtab pos %d.", 0, 0}; -- 2.7.4