projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e355ef1
)
Move value_ptr typedef to gdbtk-wrapper from value.h.
author
Andrew Cagney
<cagney@redhat.com>
Fri, 4 Jan 2002 23:21:38 +0000
(23:21 +0000)
committer
Andrew Cagney
<cagney@redhat.com>
Fri, 4 Jan 2002 23:21:38 +0000
(23:21 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/value.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 6f0e5d9b35e9a0c2415f9fc37682d10f2446ce62..e9fbd0ae4984c8efd6366896c9aeda8363f8e291 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
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.
diff --git
a/gdb/value.h
b/gdb/value.h
index 78f615f884257b03ede74c781bfb3051da36dca9..d6fa9ff9c1f4bf47df884f4bcd206eb112227eec 100644
(file)
--- 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