diff options
author | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-05-10 04:37:01 +0000 |
---|---|---|
committer | njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-05-10 04:37:01 +0000 |
commit | 43b9a8abb139b86a24457fa3c19b9cb60ca17c3a (patch) | |
tree | 3a38dac86108ed553d2e68dff12697e68fc86c4d /coregrind/pub_core_aspacemgr.h | |
parent | f09745a4720a3cc8a70dace7094c2b21b3cb833b (diff) |
Modularised the core/tool interface ('details', 'needs' and VG_(tdict))
into a new module m_tooliface. Pretty straightforward. Touches a lot
of files because many files use this interface and so need to include
the headers for the new module.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3652 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'coregrind/pub_core_aspacemgr.h')
-rw-r--r-- | coregrind/pub_core_aspacemgr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coregrind/pub_core_aspacemgr.h b/coregrind/pub_core_aspacemgr.h index 0debc0dd..1c01eceb 100644 --- a/coregrind/pub_core_aspacemgr.h +++ b/coregrind/pub_core_aspacemgr.h @@ -1,7 +1,6 @@ /*--------------------------------------------------------------------*/ -/*--- The address space manager. ---*/ -/*--- pub_core_aspacemgr.h ---*/ +/*--- The address space manager. pub_core_aspacemgr.h ---*/ /*--------------------------------------------------------------------*/ /* |