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:
25677b5
)
Fix typo, value has not been changed to value_ptr in all places.
author
Peter Schauer
<Peter.Schauer@mytum.de>
Sat, 5 Mar 1994 22:45:47 +0000
(22:45 +0000)
committer
Peter Schauer
<Peter.Schauer@mytum.de>
Sat, 5 Mar 1994 22:45:47 +0000
(22:45 +0000)
gdb/values.c
patch
|
blob
|
history
diff --git
a/gdb/values.c
b/gdb/values.c
index bdabfb5b28fc2a59b40e200847c68503dd82d5c8..11ed6f1296a61d144d3d319ce94e5ca9034b68bd 100644
(file)
--- a/
gdb/values.c
+++ b/
gdb/values.c
@@
-31,7
+31,8
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Local function prototypes. */
-static value_ptr value_headof PARAMS ((value, struct type *, struct type *));
+static value_ptr value_headof PARAMS ((value_ptr, struct type *,
+ struct type *));
static void show_values PARAMS ((char *, int));