aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-valprint.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-02-09 00:04:29 +0000
committerAndrew Cagney <cagney@redhat.com>2005-02-09 00:04:29 +0000
commitd3cbe7ef42305a5a67982ea342c8df8d3fc5fc5f (patch)
treed2d2433ea4d7737565c7dccd59d7f27cb039b386 /gdb/p-valprint.c
parent3c6e816922390b32279d6cce8c266246609f4ee2 (diff)
downloadfsf-binutils-gdb-d3cbe7ef42305a5a67982ea342c8df8d3fc5fc5f.zip
fsf-binutils-gdb-d3cbe7ef42305a5a67982ea342c8df8d3fc5fc5f.tar.gz
fsf-binutils-gdb-d3cbe7ef42305a5a67982ea342c8df8d3fc5fc5f.tar.bz2
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/p-valprint.c b/gdb/p-valprint.c
index 5291e4eb..f7a08e3 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"