Fix typo, value has not been changed to value_ptr in all places.

This commit is contained in:
Peter Schauer 1994-03-05 22:45:47 +00:00
parent 25677b5b30
commit 849d0896f9
1 changed files with 2 additions and 1 deletions

View 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));