diff options
Diffstat (limited to 'libstdc++-v3/include/std/std_ios.h')
| -rw-r--r-- | libstdc++-v3/include/std/std_ios.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libstdc++-v3/include/std/std_ios.h b/libstdc++-v3/include/std/std_ios.h index 76d10d759ae..596458f1ede 100644 --- a/libstdc++-v3/include/std/std_ios.h +++ b/libstdc++-v3/include/std/std_ios.h @@ -36,8 +36,8 @@ * in your programs, rather than any of the "st[dl]_*.h" implementation files. */ -#ifndef _IOS -#define _IOS 1 +#ifndef _GLIBCXX_IOS +#define _GLIBCXX_IOS 1 #pragma GCC system_header @@ -50,5 +50,4 @@ #include <streambuf> #include <bits/basic_ios.h> -#endif /* _IOS */ - +#endif /* _GLIBCXX_IOS */ |

