diff options
Diffstat (limited to 'libstdc++-v3/include/std/std_stack.h')
| -rw-r--r-- | libstdc++-v3/include/std/std_stack.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/std/std_stack.h b/libstdc++-v3/include/std/std_stack.h index 1da582ee957..5ba8b2ed33e 100644 --- a/libstdc++-v3/include/std/std_stack.h +++ b/libstdc++-v3/include/std/std_stack.h @@ -58,8 +58,8 @@ * in your programs, rather than any of the "st[dl]_*.h" implementation files. */ -#ifndef _STACK -#define _STACK 1 +#ifndef _GLIBCXX_STACK +#define _GLIBCXX_STACK 1 #pragma GCC system_header @@ -74,4 +74,4 @@ # include <bits/deque.tcc> #endif -#endif /* _STACK */ +#endif /* _GLIBCXX_STACK */ |

