summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/libg++/libstdc++/stl/deque.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libg++/libstdc++/stl/deque.h b/contrib/libg++/libstdc++/stl/deque.h
index d07d078..1dc622e 100644
--- a/contrib/libg++/libstdc++/stl/deque.h
+++ b/contrib/libg++/libstdc++/stl/deque.h
@@ -436,7 +436,7 @@ void deque<T>::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
OpenPOWER on IntegriCloud