s/value_ptr/struct value */
This commit is contained in:
parent
6943961c98
commit
3d6d86c64b
12 changed files with 46 additions and 40 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue