Move value_ptr typedef to gdbtk-wrapper from value.h.

This commit is contained in:
Andrew Cagney 2002-01-04 23:21:38 +00:00
parent e355ef1be4
commit 12466af99c
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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