diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-09 00:04:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-09 00:04:29 +0000 |
commit | 2a39f6cffffef46cdf5c7a0e6e3a28f86b06be7e (patch) | |
tree | 68efde7b450b38a6c8424ea83f493f71105467aa /gdb/p-valprint.c | |
parent | cbba4cd10c135083630fcc9c8efeae0165e4a73d (diff) | |
download | gdb-2a39f6cffffef46cdf5c7a0e6e3a28f86b06be7e.tar.gz |
2005-02-08 Andrew Cagney <cagney@gnu.org>
* value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
(METHOD_PTR_TO_VOFFSET): Move from here ...
* cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
(METHOD_PTR_TO_VOFFSET): ... to here.
* cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
* Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/p-valprint.c')
-rw-r--r-- | gdb/p-valprint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/p-valprint.c b/gdb/p-valprint.c index 5291e4eb55d..f7a08e38daf 100644 --- a/gdb/p-valprint.c +++ b/gdb/p-valprint.c @@ -37,6 +37,7 @@ #include "annotate.h" #include "p-lang.h" #include "cp-abi.h" +#include "cp-support.h" |