projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be733f5
)
* c-valprint.c: Fix checkin glitch.
author
Dawn Perchik
<dawn@cygnus>
Wed, 12 Feb 1997 15:18:10 +0000
(15:18 +0000)
committer
Dawn Perchik
<dawn@cygnus>
Wed, 12 Feb 1997 15:18:10 +0000
(15:18 +0000)
gdb/c-valprint.c
patch
|
blob
|
history
diff --git
a/gdb/c-valprint.c
b/gdb/c-valprint.c
index 77f4d19e74a60917e9d7a61ce1c17dec8c203460..7901a5f61377319fe932568227b8a7c383ee220d 100644
(file)
--- a/
gdb/c-valprint.c
+++ b/
gdb/c-valprint.c
@@
-153,7
+153,6
@@
c_val_print (type, valaddr, address, stream, format, deref_ref, recurse,
addr = unpack_pointer (type, valaddr);
print_unpacked_pointer:
elttype = check_typedef (TYPE_TARGET_TYPE (type));
- elttype = check_typedef (TYPE_TARGET_TYPE (type));
if (TYPE_CODE (elttype) == TYPE_CODE_FUNC)
{