aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/std_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/std/std_vector.h')
-rw-r--r--libstdc++-v3/include/std/std_vector.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libstdc++-v3/include/std/std_vector.h b/libstdc++-v3/include/std/std_vector.h
index 336f7bf2ddb..02cf1229148 100644
--- a/libstdc++-v3/include/std/std_vector.h
+++ b/libstdc++-v3/include/std/std_vector.h
@@ -1,6 +1,6 @@
// <vector> -*- C++ -*-
-// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
//
// 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
@@ -58,8 +58,8 @@
* in your programs, rather than any of the "st[dl]_*.h" implementation files.
*/
-#ifndef _VECTOR
-#define _VECTOR 1
+#ifndef _GLIBCXX_VECTOR
+#define _GLIBCXX_VECTOR 1
#pragma GCC system_header
@@ -71,9 +71,9 @@
#include <bits/stl_vector.h>
#include <bits/stl_bvector.h>
-#ifdef _GLIBCXX_NO_TEMPLATE_EXPORT
-# include <bits/vector.tcc>
+#ifndef _GLIBCXX_EXPORT_TEMPLATE
+# include <bits/vector.tcc>
#endif
-#endif /* _VECTOR */
+#endif /* _GLIBCXX_VECTOR */