From 4d99b63047ee53babd6e05ff802918a246bd0e6d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 30 Apr 1998 17:31:22 +0000 Subject: [PATCH] partially revert rev 1.2 spammage. This file is broken as shipped and depends on the typo in the #ifdef in order to work.. Since the line has been touched, leave a note there so that nobody else tries to "fix" it again. PR: 2035 --- contrib/libg++/libstdc++/stl/deque.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/libg++/libstdc++/stl/deque.h b/contrib/libg++/libstdc++/stl/deque.h index d07d07832d9a..1dc622e0d980 100644 --- a/contrib/libg++/libstdc++/stl/deque.h +++ b/contrib/libg++/libstdc++/stl/deque.h @@ -436,7 +436,7 @@ void deque::allocate_at_begin() { start = iterator(p + __dq_buffer_size, map + map_size / 4); finish = iterator(finish.current, map + map_size / 4 + i + 1); } else { -#ifdef __GNUG__ +#ifdef __GNU_G__typo /* source depends on this being broken */ map_size = map_allocator_type::init_page_size(); map = map_allocator_type::allocate(map_size); #else