2004-07-28 Andrew Cagney <cagney@gnu.org>

* gdbtypes.c (lookup_primitive_typename): Delete function.
	* gdbtypes.h (lookup_primitive_typename): Delete declaration.
	* ada-lex.l: Use language_lookup_primitive_type_by_name.
	* gdbtypes.c (lookup_typename): Ditto.
	* f-exp.y (yylex): Ditto.
	* c-exp.y (yylex): Ditto, eliminate assignment in "if".
This commit is contained in:
Andrew Cagney
2004-07-28 15:49:04 +00:00
parent e9667a656b
commit 54a5b07d66
8 changed files with 31 additions and 21 deletions

View File

@@ -1223,8 +1223,6 @@ extern struct type *check_typedef (struct type *);
extern void check_stub_method_group (struct type *, int);
extern struct type *lookup_primitive_typename (char *);
extern char *gdb_mangle_name (struct type *, int, int);
extern struct type *lookup_typename (char *, struct block *, int);