]> www.ginac.de Git - cln.git/blob - src/real/misc/cl_R_debug.cc
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / real / misc / cl_R_debug.cc
1 // cl_R debugging support.
2
3 // General includes.
4 #include "base/cl_sysdep.h"
5
6 // Specification.
7
8
9 // Implementation.
10
11 namespace cln {
12
13 // This dummy links in this module when <cln/real.h> requires it.
14 int cl_R_debug_module;
15
16 extern int cl_SF_debug_module;
17 extern int cl_FF_debug_module;
18 extern int cl_DF_debug_module;
19 extern int cl_LF_debug_module;
20 extern int cl_RA_debug_module;
21 static void* dummy[] = { &dummy,
22         &cl_SF_debug_module,
23         &cl_FF_debug_module,
24         &cl_DF_debug_module,
25         &cl_LF_debug_module,
26         &cl_RA_debug_module
27 };
28
29 }  // namespace cln