aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/std_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/std/std_queue.h')
-rw-r--r--libstdc++-v3/include/std/std_queue.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libstdc++-v3/include/std/std_queue.h b/libstdc++-v3/include/std/std_queue.h
index cd6e5ec6dfe..e2e0b845e45 100644
--- a/libstdc++-v3/include/std/std_queue.h
+++ b/libstdc++-v3/include/std/std_queue.h
@@ -1,6 +1,6 @@
// <queue> -*- 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 _QUEUE
-#define _QUEUE 1
+#ifndef _GLIBCXX_QUEUE
+#define _GLIBCXX_QUEUE 1
#pragma GCC system_header
#include <bits/c++config.h>
@@ -74,9 +74,9 @@
#include <bits/stl_function.h>
#include <bits/stl_queue.h>
-#ifdef _GLIBCXX_NO_TEMPLATE_EXPORT
+#ifndef _GLIBCXX_EXPORT_TEMPLATE
# include <bits/deque.tcc>
# include <bits/vector.tcc>
#endif
-#endif /* _QUEUE */
+#endif /* _GLIBCXX_QUEUE */