]> www.ginac.de Git - cln.git/blobdiff - src/real/misc/cl_R_debug.cc
Finalize CLN 1.3.7 release.
[cln.git] / src / real / misc / cl_R_debug.cc
index 8525c1a05590aab0d117fd55df88645bf71fafb5..d207fd456c62c01d2d1728ba02bb25161339250d 100644 (file)
@@ -1,14 +1,16 @@
 // cl_R debugging support.
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 
 
 // 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