Browse Source

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

binutils-2_12-branch
Andrew Cagney 25 years ago
parent
commit
12466af99c
  1. 4
      gdb/ChangeLog
  2. 2
      gdb/value.h

4
gdb/ChangeLog

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

2
gdb/value.h

@ -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…
Cancel
Save