summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-09-16 09:48:23 +0200
committerGitHub <noreply@github.com>2018-09-16 09:48:23 +0200
commit058a42c3a2609766220093bab9b8b5bb95cf6b70 (patch)
tree1b7376026abcf038e78257df902edacd8e2e7741 /lib
parent0e33a8676e325fa4174893291ed41d59b689c577 (diff)
parente21c3028cb974b94313bb97a178294f4bea95b46 (diff)
downloadNim-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.h2
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): */