aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1/random
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2006-07-21 23:54:41 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2006-07-21 23:54:41 +0000
commit76b4581d0955756f2943d58e2e260b1e1a8059d0 (patch)
tree95f91bbfb887884af00a1364f3f73d051fd21fc0 /libstdc++-v3/include/tr1/random
parent303f32ccd7cdf2e5cf1035a56599905ace682dbc (diff)
downloadgcc-76b4581d0955756f2943d58e2e260b1e1a8059d0.zip
gcc-76b4581d0955756f2943d58e2e260b1e1a8059d0.tar.gz
gcc-76b4581d0955756f2943d58e2e260b1e1a8059d0.tar.bz2
random: Make include guards consistent.
2006-07-21 Benjamin Kosnik <bkoz@redhat.com> * include/tr1/random: Make include guards consistent. * include/tr1/unordered_map: Same. * include/tr1/hashtable: Same. * include/tr1/unordered_set: Same. From-SVN: r115656
Diffstat (limited to 'libstdc++-v3/include/tr1/random')
-rw-r--r--libstdc++-v3/include/tr1/random6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/tr1/random b/libstdc++-v3/include/tr1/random
index 59e326d..01ada8b 100644
--- a/libstdc++-v3/include/tr1/random
+++ b/libstdc++-v3/include/tr1/random
@@ -27,8 +27,8 @@
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.
-#ifndef _STD_TR1_RANDOM
-#define _STD_TR1_RANDOM 1
+#ifndef _TR1_RANDOM
+#define _TR1_RANDOM 1
/**
* @file
@@ -2046,4 +2046,4 @@ _GLIBCXX_END_NAMESPACE
#include <tr1/random.tcc>
-#endif // _STD_TR1_RANDOM
+#endif // _TR1_RANDOM