From: Andrew Cagney Date: Fri, 4 Jan 2002 23:21:38 +0000 (+0000) Subject: Move value_ptr typedef to gdbtk-wrapper from value.h. X-Git-Tag: cygnus_cvs_20020108_pre~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12466af99cfc3b552044c52901d09a6b2542eecb;p=external%2Fbinutils.git Move value_ptr typedef to gdbtk-wrapper from value.h. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6f0e5d9..e9fbd0a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-01-04 Andrew Cagney + + * value.h (value_ptr): Delete typedef. + 2002-01-04 Jason Thorpe * i386nbsd-nat.c: Update copyright years. diff --git a/gdb/value.h b/gdb/value.h index 78f615f..d6fa9ff 100644 --- a/gdb/value.h +++ b/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