Fix typo, value has not been changed to value_ptr in all places.
This commit is contained in:
parent
25677b5b30
commit
849d0896f9
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user