Fix typo, value has not been changed to value_ptr in all places.
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 5 Mar 1994 22:45:47 +0000 (22:45 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 5 Mar 1994 22:45:47 +0000 (22:45 +0000)
gdb/values.c

index bdabfb5b28fc2a59b40e200847c68503dd82d5c8..11ed6f1296a61d144d3d319ce94e5ca9034b68bd 100644 (file)
@@ -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));
 
This page took 0.028253 seconds and 4 git commands to generate.