diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
commit | ffeaf689a248da869b6bc8d4fd2233dfe513c060 (patch) | |
tree | 75ef0e6da73746d6849e25a0996ae34e1aeff51d /contrib/libstdc++/include/backward/set.h | |
parent | 9a63ad9273061dc19cbd117762e365ea9634e241 (diff) |
Gcc 3.4.2 20040728 C++ support bits.
Notes
Notes:
svn path=/vendor/gcc/dist/; revision=132720
Diffstat (limited to 'contrib/libstdc++/include/backward/set.h')
-rw-r--r-- | contrib/libstdc++/include/backward/set.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libstdc++/include/backward/set.h b/contrib/libstdc++/include/backward/set.h index c18925544952..6a8320ba42ff 100644 --- a/contrib/libstdc++/include/backward/set.h +++ b/contrib/libstdc++/include/backward/set.h @@ -53,8 +53,8 @@ * purpose. It is provided "as is" without express or implied warranty. */ -#ifndef _CPP_BACKWARD_SET_H -#define _CPP_BACKWARD_SET_H 1 +#ifndef _BACKWARD_SET_H +#define _BACKWARD_SET_H 1 #include "backward_warning.h" #include "tree.h" @@ -62,7 +62,7 @@ using std::set; -#endif /* _CPP_BACKWARD_SET_H */ +#endif /* _BACKWARD_SET_H */ // Local Variables: // mode:C++ |