aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-04 23:21:38 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-04 23:21:38 +0000
commit12466af99cfc3b552044c52901d09a6b2542eecb (patch)
tree12d744a19b265432ef558a1385d86f2f25d2ad9a /gdb/value.h
parente355ef1be406e00240feb66a2e9a0456f79786bd (diff)
downloadgdb-12466af99cfc3b552044c52901d09a6b2542eecb.zip
gdb-12466af99cfc3b552044c52901d09a6b2542eecb.tar.gz
gdb-12466af99cfc3b552044c52901d09a6b2542eecb.tar.bz2
Move value_ptr typedef to gdbtk-wrapper from value.h.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h2
1 files changed, 0 insertions, 2 deletions
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