X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Finclude%2Fbackward%2Fmultimap.h;h=aba42f7217fd5487a5d30a9f6f86fa4c6759a50f;hb=5a64d8cf37253f8227d179a52a0c022a927db8b6;hp=b9cdc848360ca3aa14b22785e43a51ee65c7845f;hpb=755edffdacb0e09129b815d8e4dbb060d7fb6552;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/include/backward/multimap.h b/libstdc++-v3/include/backward/multimap.h index b9cdc848360..aba42f7217f 100644 --- a/libstdc++-v3/include/backward/multimap.h +++ b/libstdc++-v3/include/backward/multimap.h @@ -53,8 +53,8 @@ * purpose. It is provided "as is" without express or implied warranty. */ -#ifndef _CPP_BACKWARD_MULTIMAP_H -#define _CPP_BACKWARD_MULTIMAP_H 1 +#ifndef _BACKWARD_MULTIMAP_H +#define _BACKWARD_MULTIMAP_H 1 #include "backward_warning.h" #include "tree.h" @@ -62,7 +62,7 @@ using std::multimap; -#endif /* _CPP_BACKWARD_MULTIMAP_H */ +#endif /* _BACKWARD_MULTIMAP_H */ // Local Variables: // mode:C++