aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-valprint.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-06-30 02:51:50 +0000
committerStan Shebs <shebs@codesourcery.com>1994-06-30 02:51:50 +0000
commit054308add9c52ea3357e780fcf7e119faad86efe (patch)
treefbfa6d52fd8ca46c358a1bcdae32f1f8a9782112 /gdb/c-valprint.c
parent7d13174e087252a9a872b92469464e80260090df (diff)
downloadfsf-binutils-gdb-054308add9c52ea3357e780fcf7e119faad86efe.zip
fsf-binutils-gdb-054308add9c52ea3357e780fcf7e119faad86efe.tar.gz
fsf-binutils-gdb-054308add9c52ea3357e780fcf7e119faad86efe.tar.bz2
* 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.
Diffstat (limited to 'gdb/c-valprint.c')
-rw-r--r--gdb/c-valprint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c
index 5960369..b776237 100644
--- a/gdb/c-valprint.c
+++ b/gdb/c-valprint.c
@@ -30,7 +30,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* BEGIN-FIXME */
extern int vtblprint; /* Controls printing of vtbl's */
-extern int demangle; /* whether to print C++ syms raw or src-form */
extern void
cp_print_class_member PARAMS ((char *, struct type *, GDB_FILE *, char *));