diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h index 0a3d6af80bb..ae17cd2c907 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -180,7 +180,7 @@ extern int value_offset (struct value *); extern struct type *value_enclosing_type (struct value *); extern int value_lazy (struct value *); -#define VALUE_LAZY(val) (val)->lazy +extern void set_value_lazy (struct value *value, int val); /* value_contents() and value_contents_raw() both return the address of the gdb buffer used to hold a copy of the contents of the lval. |