summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/backward/hash_map
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-16 22:34:53 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-16 22:34:53 +0000
commit181dd5b2aa854d19a2c3a9b3343e6bfcd9bc0193 (patch)
tree51cabd3b4d49860d2343349c635b083f0f44d237 /libstdc++-v3/include/backward/hash_map
parentfce0a911898d663facb517592a52e0397c08f6ce (diff)
downloadppe42-gcc-181dd5b2aa854d19a2c3a9b3343e6bfcd9bc0193.tar.gz
ppe42-gcc-181dd5b2aa854d19a2c3a9b3343e6bfcd9bc0193.zip
2010-03-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/backward/hash_map: Use consistently the _BACKWARD_* prefix for the include guard. * include/backward/hash_fun.h: Likewise. * include/backward/hashtable.h: Likewise. * include/backward/auto_ptr.h: Likewise. * include/backward/strstream: Likewise. * include/backward/binders.h: Likewise. * include/backward/hash_set: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157497 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/backward/hash_map')
-rw-r--r--libstdc++-v3/include/backward/hash_map7
1 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/include/backward/hash_map b/libstdc++-v3/include/backward/hash_map
index 469429ccc24..813ec472860 100644
--- a/libstdc++-v3/include/backward/hash_map
+++ b/libstdc++-v3/include/backward/hash_map
@@ -1,6 +1,7 @@
// Hashing map implementation -*- C++ -*-
-// Copyright (C) 2001, 2002, 2004, 2005, 2006, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2004, 2005, 2006, 2009, 2010
+// 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
@@ -53,8 +54,8 @@
* containing extensions from the HP/SGI STL subset).
*/
-#ifndef _HASH_MAP
-#define _HASH_MAP 1
+#ifndef _BACKWARD_HASH_MAP
+#define _BACKWARD_HASH_MAP 1
#include "backward_warning.h"
#include <bits/c++config.h>
OpenPOWER on IntegriCloud