Move value_ptr typedef to gdbtk-wrapper from value.h.
This commit is contained in:
parent
e355ef1be4
commit
12466af99c
@ -1,3 +1,7 @@
|
||||
2002-01-04 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* value.h (value_ptr): Delete typedef.
|
||||
|
||||
2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
|
||||
|
||||
* i386nbsd-nat.c: Update copyright years.
|
||||
|
@ -174,8 +174,6 @@ struct value
|
||||
/* Do not add any new members here -- contents above will trash them */
|
||||
};
|
||||
|
||||
typedef struct value *value_ptr;
|
||||
|
||||
#define VALUE_TYPE(val) (val)->type
|
||||
#define VALUE_ENCLOSING_TYPE(val) (val)->enclosing_type
|
||||
#define VALUE_LAZY(val) (val)->lazy
|
||||
|
Loading…
Reference in New Issue
Block a user