summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-13 03:11:18 +0000
committersteve <steve@FreeBSD.org>1997-08-13 03:11:18 +0000
commit6729ca665f83be56770c26a8e86c75ae7ddf2a5e (patch)
treefe7a9b2df5368aa800babcaeda54acb6f894205a /contrib
parentd9d7463508f28abe9618e52cc956d079cb1b0bc9 (diff)
downloadFreeBSD-src-6729ca665f83be56770c26a8e86c75ae7ddf2a5e.zip
FreeBSD-src-6729ca665f83be56770c26a8e86c75ae7ddf2a5e.tar.gz
__GNU_G__ -> __GNUG__
PR: gnu/4188 Submitted by: Dustin Sallings <dustin@spy.net>
Diffstat (limited to 'contrib')
-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 dc79014..d07d078 100644
--- a/contrib/libg++/libstdc++/stl/deque.h
+++ b/contrib/libg++/libstdc++/stl/deque.h
@@ -422,7 +422,7 @@ void deque<T>::allocate_at_begin() {
if (start.node == map) {
difference_type i = finish.node - start.node;
map_size = (i + 1) * 2;
-#ifdef __GNU_G__
+#ifdef __GNUG__
map_pointer tmp = map_allocator_type::allocate(map_size);
copy(start.node, finish.node + 1, tmp + map_size / 4 + 1);
map_allocator_type::deallocate(map);
OpenPOWER on IntegriCloud