diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2007-02-02 14:49:52 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-02-02 14:49:52 +0000 |
commit | 311635d10343023d65e97d2fbb31a93e4b40090d (patch) | |
tree | 18a7f65f89a16ae8d7d5f3c7fdd07aaa8bdce195 /libstdc++-v3/config/locale | |
parent | d4feb3d31ab828db75f8d9848cd833de964a75a6 (diff) | |
download | gcc-311635d10343023d65e97d2fbb31a93e4b40090d.zip gcc-311635d10343023d65e97d2fbb31a93e4b40090d.tar.gz gcc-311635d10343023d65e97d2fbb31a93e4b40090d.tar.bz2 |
c++config: Consistent macro guards for config includes.
2007-02-02 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config: Consistent macro guards for config includes.
* config/locale/gnu/c_locale.h: Same.
* config/locale/generic/c_locale.h: Same.
* config/allocator/mt_allocator_base.h: Same.
* config/allocator/malloc_allocator_base.h: Same.
* config/allocator/new_allocator_base.h: Same.
* config/allocator/pool_allocator_base.h: Same.
* config/allocator/bitmap_allocator_base.h: Same.
* config/os/vxworks/os_defines.h: Same.
* config/cpu/sh/atomicity.h: Same.
* config/io/c_io_stdio.h: Same.
* config/io/basic_file_stdio.h: Same.
From-SVN: r121502
Diffstat (limited to 'libstdc++-v3/config/locale')
-rw-r--r-- | libstdc++-v3/config/locale/generic/c_locale.h | 4 | ||||
-rw-r--r-- | libstdc++-v3/config/locale/gnu/c_locale.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/config/locale/generic/c_locale.h b/libstdc++-v3/config/locale/generic/c_locale.h index d180c20..1b7fc6d 100644 --- a/libstdc++-v3/config/locale/generic/c_locale.h +++ b/libstdc++-v3/config/locale/generic/c_locale.h @@ -39,8 +39,8 @@ // Written by Benjamin Kosnik <bkoz@redhat.com> -#ifndef _C_LOCALE_H -#define _C_LOCALE_H 1 +#ifndef _GLIBCXX_CXX_LOCALE_H +#define _GLIBCXX_CXX_LOCALE_H 1 #pragma GCC system_header diff --git a/libstdc++-v3/config/locale/gnu/c_locale.h b/libstdc++-v3/config/locale/gnu/c_locale.h index f0b2b7d..bc9db3a 100644 --- a/libstdc++-v3/config/locale/gnu/c_locale.h +++ b/libstdc++-v3/config/locale/gnu/c_locale.h @@ -39,8 +39,8 @@ // Written by Benjamin Kosnik <bkoz@redhat.com> -#ifndef _C_LOCALE_H -#define _C_LOCALE_H 1 +#ifndef _GLIBCXX_CXX_LOCALE_H +#define _GLIBCXX_CXX_LOCALE_H 1 #pragma GCC system_header |