diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-09-16 09:48:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-16 09:48:23 +0200 |
commit | 058a42c3a2609766220093bab9b8b5bb95cf6b70 (patch) | |
tree | 1b7376026abcf038e78257df902edacd8e2e7741 /lib | |
parent | 0e33a8676e325fa4174893291ed41d59b689c577 (diff) | |
parent | e21c3028cb974b94313bb97a178294f4bea95b46 (diff) | |
download | Nim-058a42c3a2609766220093bab9b8b5bb95cf6b70.tar.gz |
Merge pull request #8975 from fragcolor-xyz/devel
Improve the compiler option cppCompileToNamespace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nimbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h index 507108712..c04d378c5 100644 --- a/lib/nimbase.h +++ b/lib/nimbase.h @@ -268,7 +268,7 @@ __clang__ /* wrap all Nim typedefs into namespace Nim */ #ifdef USE_NIM_NAMESPACE -namespace Nim { +namespace USE_NIM_NAMESPACE { #endif /* bool types (C++ has it): */ |