From: Peter Schauer Date: Sat, 5 Mar 1994 22:45:47 +0000 (+0000) Subject: Fix typo, value has not been changed to value_ptr in all places. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=849d0896f94476e8d94252e10ec0ed267790cb80;p=binutils-gdb.git Fix typo, value has not been changed to value_ptr in all places. --- diff --git a/gdb/values.c b/gdb/values.c index bdabfb5b28f..11ed6f1296a 100644 --- 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));