diff options
author | Johannes Singler <singler@ira.uka.de> | 2008-07-15 10:06:58 +0000 |
---|---|---|
committer | Johannes Singler <singler@gcc.gnu.org> | 2008-07-15 10:06:58 +0000 |
commit | cbcd1e4520ba6e1dbf3b9c44d54a5228846da5c0 (patch) | |
tree | 7a80ea58c6cd322e53f31c5663615b588f0866e9 /libstdc++-v3/include/parallel/checkers.h | |
parent | e65d1ec6b0fc79dd2f72ab85f5eb8dbe8d480e57 (diff) | |
download | gcc-cbcd1e4520ba6e1dbf3b9c44d54a5228846da5c0.tar.gz |
find_selectors.h: Correct name for include guard #ifndef.
2008-07-15 Johannes Singler <singler@ira.uka.de>
* include/parallel/find_selectors.h:
Correct name for include guard #ifndef.
* include/parallel/balanced_quicksort.h: Likewise.
* include/parallel/unique_copy.h: Likewise.
* include/parallel/multiway_mergesort.h: Likewise.
* include/parallel/checkers.h: Likewise.
* include/parallel/[various files]:
Add/correct comment for #endif of include guard (at end of file)
From-SVN: r137827
Diffstat (limited to 'libstdc++-v3/include/parallel/checkers.h')
-rw-r--r-- | libstdc++-v3/include/parallel/checkers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/parallel/checkers.h b/libstdc++-v3/include/parallel/checkers.h index 1c6bc355d17..231cea8892b 100644 --- a/libstdc++-v3/include/parallel/checkers.h +++ b/libstdc++-v3/include/parallel/checkers.h @@ -35,8 +35,8 @@ // Written by Johannes Singler. -#ifndef _GLIBCXX_PARALLEL_CHECKERS -#define _GLIBCXX_PARALLEL_CHECKERS 1 +#ifndef _GLIBCXX_PARALLEL_CHECKERS_H +#define _GLIBCXX_PARALLEL_CHECKERS_H 1 #include <functional> #include <cstdio> @@ -157,4 +157,4 @@ namespace __gnu_parallel } } -#endif +#endif /* _GLIBCXX_PARALLEL_CHECKERS_H */ |