]> www.ginac.de Git - cln.git/blobdiff - src/real/misc/cl_R_debug.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / real / misc / cl_R_debug.cc
index 8525c1a05590aab0d117fd55df88645bf71fafb5..62d20bcdd86eb979481634dfe756a257c590a1c7 100644 (file)
@@ -8,7 +8,9 @@
 
 // Implementation.
 
-// This dummy links in this module when <cl_real.h> requires it.
+namespace cln {
+
+// This dummy links in this module when <cln/real.h> requires it.
 int cl_R_debug_module;
 
 extern int cl_SF_debug_module;
@@ -23,3 +25,5 @@ static void* dummy[] = { &dummy,
        &cl_LF_debug_module,
        &cl_RA_debug_module
 };
+
+}  // namespace cln