summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/shadow/bits/std_climits.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/shadow/bits/std_climits.h')
-rw-r--r--libstdc++-v3/shadow/bits/std_climits.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libstdc++-v3/shadow/bits/std_climits.h b/libstdc++-v3/shadow/bits/std_climits.h
index d64bc7d7f83..e98c7566f98 100644
--- a/libstdc++-v3/shadow/bits/std_climits.h
+++ b/libstdc++-v3/shadow/bits/std_climits.h
@@ -34,14 +34,14 @@
#ifndef _CPP_CLIMITS
#define _CPP_CLIMTIS 1
- namespace _C_Swamp {
+ namespace _C_legacy {
extern "C" {
-# define _IN_C_SWAMP_
+# define _IN_C_LEGACY_
# pragma system_header
# include_next <limits.h>
}
- namespace _C_Shadow { }
- } // close namespace ::_C_Swamp::
+ namespace _C_shadow { }
+ } // close namespace ::_C_legacy::
// Note: there is not much for this wrapper to do besides hiding
// vendor-extension names and (perhaps) replacing one or other
@@ -53,12 +53,12 @@
namespace std {
} // close namespace std::
- namespace _C_Swamp {
- namespace _C_Shadow {
+ namespace _C_legacy {
+ namespace _C_shadow {
}
}
-# undef _IN_C_SWAMP_
+# undef _IN_C_LEGACY_
#endif
OpenPOWER on IntegriCloud