* stabsread.c (error_type_complaint): Improve error message.
authorJim Blandy <jimb@codesourcery.com>
Wed, 20 Feb 2002 18:40:52 +0000 (18:40 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 20 Feb 2002 18:40:52 +0000 (18:40 +0000)
gdb/stabsread.c

index 190fc15..5b11546 100644 (file)
@@ -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};