diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-08-13 03:11:18 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-08-13 03:11:18 +0000 |
| commit | 2ddd302d75d890939dbabc5ee64ebf7304998da4 (patch) | |
| tree | 4155222c23b6eb99abaa788ac76a95cd7b6b7348 /contrib/libg++ | |
| parent | 1393383a2ecb9d75a8b2a34974a2452e582a077d (diff) | |
Notes
Diffstat (limited to 'contrib/libg++')
| -rw-r--r-- | contrib/libg++/libstdc++/stl/deque.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libg++/libstdc++/stl/deque.h b/contrib/libg++/libstdc++/stl/deque.h index dc790142b54d..d07d07832d9a 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); |
