PATCH: for libstc++/4219

Loren James Rittle rittle@latour.rsch.comm.mot.com
Thu Nov 1 15:30:00 GMT 2001


I was suppose to commit this ages ago...  Tested in already
bootstrapped tree; applied to mainline.

        libstc++/4219
        * include/bits/stl_alloc.h (alloc): Update to use __mem_interface.
        (single_client_alloc): Likewise.

Index: include/bits/stl_alloc.h
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/include/bits/stl_alloc.h,v
retrieving revision 1.9
diff -c -r1.9 stl_alloc.h
*** stl_alloc.h	2001/11/02 17:38:11	1.9
--- stl_alloc.h	2001/11/15 08:42:22
***************
*** 258,265 ****
  
  # ifdef __USE_MALLOC
  
! typedef malloc_alloc alloc;
! typedef malloc_alloc single_client_alloc;
  
  # else
  
--- 258,265 ----
  
  # ifdef __USE_MALLOC
  
! typedef __mem_interface alloc;
! typedef __mem_interface single_client_alloc;
  
  # else
  



More information about the Libstdc++ mailing list