diff options
Diffstat (limited to 'contrib/libstdc++/include/std/std_algorithm.h')
| -rw-r--r-- | contrib/libstdc++/include/std/std_algorithm.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/libstdc++/include/std/std_algorithm.h b/contrib/libstdc++/include/std/std_algorithm.h index bcc0c8a70cda3..40e6246ce7f9f 100644 --- a/contrib/libstdc++/include/std/std_algorithm.h +++ b/contrib/libstdc++/include/std/std_algorithm.h @@ -58,8 +58,8 @@ * in your programs, rather than any of the "st[dl]_*.h" implementation files. */ -#ifndef _CPP_ALGORITHM -#define _CPP_ALGORITHM 1 +#ifndef _GLIBCXX_ALGORITHM +#define _GLIBCXX_ALGORITHM 1 #pragma GCC system_header @@ -68,8 +68,4 @@ #include <bits/stl_uninitialized.h> #include <bits/stl_algo.h> -#endif /* _CPP_ALGORITHM */ - -// Local Variables: -// mode:C++ -// End: +#endif /* _GLIBCXX_ALGORITHM */ |
