Commit 046d30f4 by Paolo Carlini Committed by Paolo Carlini

stl_list.h: Rename guard macro consistently with file name.

2007-06-18  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/stl_list.h: Rename guard macro consistently with
	file name.
	* include/bits/stl_algobase.h: Likewise.
	* include/bits/stl_map.h: Likewise.
	* include/bits/stl_queue.h: Likewise.
	* include/bits/stl_set.h: Likewise.
	* include/bits/stl_stack.h: Likewise.
	* include/bits/stl_iterator_base_types.h: Likewise.
	* include/bits/stl_multimap.h: Likewise.
	* include/bits/stl_pair.h: Likewise.
	* include/bits/stl_vector.h: Likewise.
	* include/bits/stl_deque.h: Likewise.
	* include/bits/stl_multiset.h: Likewise.
	* include/bits/stl_iterator_base_funcs.h: Likewise.
	* include/bits/stl_algo.h: Likewise.
	* include/bits/stl_iterator.h: Likewise.
	* include/bits/stl_tempbuf.h: Likewise.
	* include/bits/stl_bvector.h: Likewise.
	* include/bits/stl_function.h: Likewise.
	* include/bits/stl_tree.h: Likewise.

From-SVN: r125815
parent 8b9d606b
2007-06-18 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_list.h: Rename guard macro consistently with
file name.
* include/bits/stl_algobase.h: Likewise.
* include/bits/stl_map.h: Likewise.
* include/bits/stl_queue.h: Likewise.
* include/bits/stl_set.h: Likewise.
* include/bits/stl_stack.h: Likewise.
* include/bits/stl_iterator_base_types.h: Likewise.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_pair.h: Likewise.
* include/bits/stl_vector.h: Likewise.
* include/bits/stl_deque.h: Likewise.
* include/bits/stl_multiset.h: Likewise.
* include/bits/stl_iterator_base_funcs.h: Likewise.
* include/bits/stl_algo.h: Likewise.
* include/bits/stl_iterator.h: Likewise.
* include/bits/stl_tempbuf.h: Likewise.
* include/bits/stl_bvector.h: Likewise.
* include/bits/stl_function.h: Likewise.
* include/bits/stl_tree.h: Likewise.
2007-06-17 Nathan Sidwell <nathan@codesourcery.com> 2007-06-17 Nathan Sidwell <nathan@codesourcery.com>
* config/cpu/m68k/atomicity.h: Use __mcfisaa__, __mcfisaaplus__, * config/cpu/m68k/atomicity.h: Use __mcfisaa__, __mcfisaaplus__,
......
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _ALGO_H #ifndef _STL_ALGO_H
#define _ALGO_H 1 #define _STL_ALGO_H 1
#include <bits/stl_heap.h> #include <bits/stl_heap.h>
#include <bits/stl_tempbuf.h> // for _Temporary_buffer #include <bits/stl_tempbuf.h> // for _Temporary_buffer
...@@ -5516,4 +5516,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -5516,4 +5516,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
_GLIBCXX_END_NAMESPACE _GLIBCXX_END_NAMESPACE
#endif /* _ALGO_H */ #endif /* _STL_ALGO_H */
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _ALGOBASE_H #ifndef _STL_ALGOBASE_H
#define _ALGOBASE_H 1 #define _STL_ALGOBASE_H 1
#include <bits/c++config.h> #include <bits/c++config.h>
#include <cstddef> #include <cstddef>
......
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _BVECTOR_H #ifndef _STL_BVECTOR_H
#define _BVECTOR_H 1 #define _STL_BVECTOR_H 1
_GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD) _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD)
......
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _DEQUE_H #ifndef _STL_DEQUE_H
#define _DEQUE_H 1 #define _STL_DEQUE_H 1
#include <bits/concept_check.h> #include <bits/concept_check.h>
#include <bits/stl_iterator_base_types.h> #include <bits/stl_iterator_base_types.h>
...@@ -1600,4 +1600,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD) ...@@ -1600,4 +1600,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD)
_GLIBCXX_END_NESTED_NAMESPACE _GLIBCXX_END_NESTED_NAMESPACE
#endif /* _DEQUE_H */ #endif /* _STL_DEQUE_H */
// Functor implementations -*- C++ -*- // Functor implementations -*- C++ -*-
// Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc. // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the // software; you can redistribute it and/or modify it under the
...@@ -58,8 +59,8 @@ ...@@ -58,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _FUNCTION_H #ifndef _STL_FUNCTION_H
#define _FUNCTION_H 1 #define _STL_FUNCTION_H 1
_GLIBCXX_BEGIN_NAMESPACE(std) _GLIBCXX_BEGIN_NAMESPACE(std)
...@@ -752,4 +753,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -752,4 +753,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
_GLIBCXX_END_NAMESPACE _GLIBCXX_END_NAMESPACE
#endif /* _FUNCTION_H */ #endif /* _STL_FUNCTION_H */
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
* supporting functions and overloaded operators. * supporting functions and overloaded operators.
*/ */
#ifndef _ITERATOR_H #ifndef _STL_ITERATOR_H
#define _ITERATOR_H 1 #define _STL_ITERATOR_H 1
#include <bits/cpp_type_traits.h> #include <bits/cpp_type_traits.h>
#include <ext/type_traits.h> #include <ext/type_traits.h>
......
// Functions used by iterators -*- C++ -*- // Functions used by iterators -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
// Free Software Foundation, Inc. // Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
...@@ -62,8 +62,8 @@ ...@@ -62,8 +62,8 @@
* functions, such as distance() and advance(). * functions, such as distance() and advance().
*/ */
#ifndef _ITERATOR_BASE_FUNCS_H #ifndef _STL_ITERATOR_BASE_FUNCS_H
#define _ITERATOR_BASE_FUNCS_H 1 #define _STL_ITERATOR_BASE_FUNCS_H 1
#pragma GCC system_header #pragma GCC system_header
#include <bits/concept_check.h> #include <bits/concept_check.h>
...@@ -179,4 +179,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -179,4 +179,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
_GLIBCXX_END_NAMESPACE _GLIBCXX_END_NAMESPACE
#endif /* _ITERATOR_BASE_FUNCS_H */ #endif /* _STL_ITERATOR_BASE_FUNCS_H */
...@@ -62,8 +62,8 @@ ...@@ -62,8 +62,8 @@
* such as iterator_traits and struct iterator. * such as iterator_traits and struct iterator.
*/ */
#ifndef _ITERATOR_BASE_TYPES_H #ifndef _STL_ITERATOR_BASE_TYPES_H
#define _ITERATOR_BASE_TYPES_H 1 #define _STL_ITERATOR_BASE_TYPES_H 1
#pragma GCC system_header #pragma GCC system_header
...@@ -170,5 +170,5 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -170,5 +170,5 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
_GLIBCXX_END_NAMESPACE _GLIBCXX_END_NAMESPACE
#endif /* _ITERATOR_BASE_TYPES_H */ #endif /* _STL_ITERATOR_BASE_TYPES_H */
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _LIST_H #ifndef _STL_LIST_H
#define _LIST_H 1 #define _STL_LIST_H 1
#include <bits/concept_check.h> #include <bits/concept_check.h>
...@@ -1258,5 +1258,5 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD) ...@@ -1258,5 +1258,5 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD)
_GLIBCXX_END_NESTED_NAMESPACE _GLIBCXX_END_NESTED_NAMESPACE
#endif /* _LIST_H */ #endif /* _STL_LIST_H */
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _MAP_H #ifndef _STL_MAP_H
#define _MAP_H 1 #define _STL_MAP_H 1
#include <bits/functexcept.h> #include <bits/functexcept.h>
#include <bits/concept_check.h> #include <bits/concept_check.h>
...@@ -737,4 +737,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD) ...@@ -737,4 +737,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD)
_GLIBCXX_END_NESTED_NAMESPACE _GLIBCXX_END_NESTED_NAMESPACE
#endif /* _MAP_H */ #endif /* _STL_MAP_H */
// Multimap implementation -*- C++ -*- // Multimap implementation -*- C++ -*-
// Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the // software; you can redistribute it and/or modify it under the
...@@ -58,8 +59,8 @@ ...@@ -58,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _MULTIMAP_H #ifndef _STL_MULTIMAP_H
#define _MULTIMAP_H 1 #define _STL_MULTIMAP_H 1
#include <bits/concept_check.h> #include <bits/concept_check.h>
...@@ -667,4 +668,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD) ...@@ -667,4 +668,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD)
_GLIBCXX_END_NESTED_NAMESPACE _GLIBCXX_END_NESTED_NAMESPACE
#endif /* _MULTIMAP_H */ #endif /* _STL_MULTIMAP_H */
// Multiset implementation -*- C++ -*- // Multiset implementation -*- C++ -*-
// Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the // software; you can redistribute it and/or modify it under the
...@@ -58,8 +59,8 @@ ...@@ -58,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _MULTISET_H #ifndef _STL_MULTISET_H
#define _MULTISET_H 1 #define _STL_MULTISET_H 1
#include <bits/concept_check.h> #include <bits/concept_check.h>
...@@ -562,4 +563,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD) ...@@ -562,4 +563,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD)
_GLIBCXX_END_NESTED_NAMESPACE _GLIBCXX_END_NESTED_NAMESPACE
#endif /* _MULTISET_H */ #endif /* _STL_MULTISET_H */
// Pair implementation -*- C++ -*- // Pair implementation -*- C++ -*-
// Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc. // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the // software; you can redistribute it and/or modify it under the
...@@ -58,8 +59,8 @@ ...@@ -58,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _PAIR_H #ifndef _STL_PAIR_H
#define _PAIR_H 1 #define _STL_PAIR_H 1
_GLIBCXX_BEGIN_NAMESPACE(std) _GLIBCXX_BEGIN_NAMESPACE(std)
...@@ -146,4 +147,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -146,4 +147,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
_GLIBCXX_END_NAMESPACE _GLIBCXX_END_NAMESPACE
#endif /* _PAIR_H */ #endif /* _STL_PAIR_H */
// Queue implementation -*- C++ -*- // Queue implementation -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
// Free Software Foundation, Inc. // Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _QUEUE_H #ifndef _STL_QUEUE_H
#define _QUEUE_H 1 #define _STL_QUEUE_H 1
#include <bits/concept_check.h> #include <bits/concept_check.h>
#include <debug/debug.h> #include <debug/debug.h>
...@@ -440,4 +440,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -440,4 +440,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
_GLIBCXX_END_NAMESPACE _GLIBCXX_END_NAMESPACE
#endif /* _QUEUE_H */ #endif /* _STL_QUEUE_H */
// Set implementation -*- C++ -*- // Set implementation -*- C++ -*-
// Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the // software; you can redistribute it and/or modify it under the
...@@ -58,8 +59,8 @@ ...@@ -58,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _SET_H #ifndef _STL_SET_H
#define _SET_H 1 #define _STL_SET_H 1
#include <bits/concept_check.h> #include <bits/concept_check.h>
...@@ -575,4 +576,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD) ...@@ -575,4 +576,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD)
_GLIBCXX_END_NESTED_NAMESPACE _GLIBCXX_END_NESTED_NAMESPACE
#endif /* _SET_H */ #endif /* _STL_SET_H */
// Stack implementation -*- C++ -*- // Stack implementation -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 // Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
// Free Software Foundation, Inc. // Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _STACK_H #ifndef _STL_STACK_H
#define _STACK_H 1 #define _STL_STACK_H 1
#include <bits/concept_check.h> #include <bits/concept_check.h>
#include <debug/debug.h> #include <debug/debug.h>
...@@ -258,4 +258,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -258,4 +258,4 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
_GLIBCXX_END_NAMESPACE _GLIBCXX_END_NAMESPACE
#endif /* _STACK_H */ #endif /* _STL_STACK_H */
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _TEMPBUF_H #ifndef _STL_TEMPBUF_H
#define _TEMPBUF_H 1 #define _STL_TEMPBUF_H 1
#include <bits/stl_algobase.h> #include <bits/stl_algobase.h>
#include <bits/stl_construct.h> #include <bits/stl_construct.h>
...@@ -220,5 +220,5 @@ _GLIBCXX_BEGIN_NAMESPACE(std) ...@@ -220,5 +220,5 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
_GLIBCXX_END_NAMESPACE _GLIBCXX_END_NAMESPACE
#endif /* _TEMPBUF_H */ #endif /* _STL_TEMPBUF_H */
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _TREE_H #ifndef _STL_TREE_H
#define _TREE_H 1 #define _STL_TREE_H 1
#include <bits/stl_algobase.h> #include <bits/stl_algobase.h>
#include <bits/allocator.h> #include <bits/allocator.h>
......
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
* You should not attempt to use it directly. * You should not attempt to use it directly.
*/ */
#ifndef _VECTOR_H #ifndef _STL_VECTOR_H
#define _VECTOR_H 1 #define _STL_VECTOR_H 1
#include <bits/stl_iterator_base_funcs.h> #include <bits/stl_iterator_base_funcs.h>
#include <bits/functexcept.h> #include <bits/functexcept.h>
...@@ -1008,4 +1008,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD) ...@@ -1008,4 +1008,4 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD)
_GLIBCXX_END_NESTED_NAMESPACE _GLIBCXX_END_NESTED_NAMESPACE
#endif /* _VECTOR_H */ #endif /* _STL_VECTOR_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment