* include/bits/stl_alloc.h (alloc): Update to use __mem_interface.
(single_client_alloc): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47044
138bc75d-0d04-0410-961f-
82ee72b054a4
+2001-11-15 <bjornw@planetarion.com>
+ Loren J. Rittle <ljrittle@acm.org>
+
+ libstc++/4219
+ * include/bits/stl_alloc.h (alloc): Update to use __mem_interface.
+ (single_client_alloc): Likewise.
+
2001-11-08 Danny Smith <dannysmith@users.sourceforge.net>
* configure.target: Add os_include_dir for mingw32* target.
# ifdef __USE_MALLOC
-typedef malloc_alloc alloc;
-typedef malloc_alloc single_client_alloc;
+typedef __mem_interface alloc;
+typedef __mem_interface single_client_alloc;
# else