From eab9662d49e94454e9cd61bde1abfaef91d87d9f Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 16 Jul 1999 22:14:20 +0000 Subject: . --- ace/Malloc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ace/Malloc.h b/ace/Malloc.h index 06d08183ca6..7844a8079a3 100644 --- a/ace/Malloc.h +++ b/ace/Malloc.h @@ -173,8 +173,13 @@ class ACE_Export ACE_Control_Block // This class should be local to class ACE_Malloc, but some older // C++ compilers don't like nested classes in templates... public: +#if defined (ACE_HAS_POSITION_INDEPENDENT_MALLOC) ACE_Based_Pointer name_head_; // Head of the linked list of Name Nodes. +#else + ACE_Name_Node *name_head_; + // Head of the linked list of Name Nodes. +#endif /* ACE_HAS_POSITION_INDEPENDENT_MALLOC */ ACE_Malloc_Header::HEADER_PTR freep_; // Current head of the freelist. -- cgit v1.2.1