* dbxread.c (unknown_symchar_complaint): Make message refer to

"symbol descriptor" not "symbol type character" for consistency
	with stabs.texinfo terminology.
This commit is contained in:
Jim Kingdon 1993-11-05 04:57:29 +00:00
parent f73fb0ce03
commit b30c81b649
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
Thu Nov 4 08:27:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* dbxread.c (unknown_symchar_complaint): Make message refer to
"symbol descriptor" not "symbol type character" for consistency
with stabs.texinfo terminology.
* stabsread.c (read_struct_fields): Accept either '$' or '.' as
the character which introduces a cpp_abbrev or anonymous type.

View File

@ -170,7 +170,7 @@ struct complaint unknown_symtype_complaint =
{"unknown symbol type %s", 0, 0};
struct complaint unknown_symchar_complaint =
{"unknown symbol type character `%c'", 0, 0};
{"unknown symbol descriptor `%c'", 0, 0};
struct complaint lbrac_rbrac_complaint =
{"block start larger than block end", 0, 0};