s/value_ptr/struct value */

This commit is contained in:
Andrew Cagney 2001-11-10 21:34:56 +00:00
parent 6943961c98
commit 3d6d86c64b
12 changed files with 46 additions and 40 deletions

View file

@ -159,7 +159,7 @@ val_print (struct type *type, char *valaddr, int embedded_offset,
the number of string bytes printed. */
int
value_print (value_ptr val, struct ui_file *stream, int format,
value_print (struct value *val, struct ui_file *stream, int format,
enum val_prettyprint pretty)
{
if (val == 0)