* Makefile.in (dcache_h): Remove redundant definition.

(init.c): Add a comment.
	(top.c): Remove explicit compile action.
	* breakpoint.c (mention): Share code indicating location of
	break/watchpoints, don't print address if addressprint is off.
	* breakpoint.c, c-typeprint.c, c-valprint.c, energize.c, symtab.h
	(demangle): Remove redundant declarations.
	* eval.c: Remove redundant function declarations.
	* objfiles.h: Cosmetic and grammatical improvements.
	* TODO: Various updates.
This commit is contained in:
Stan Shebs
1994-06-30 02:51:50 +00:00
parent 7d13174e08
commit 054308add9
6 changed files with 27 additions and 23 deletions

View File

@@ -411,7 +411,6 @@ energize_annotate_function(funcname, arg_mode, level)
int arg_mode;
int level;
{
extern int demangle;
char *demangled_name = NULL;
if (funcname == NULL)