]> www.ginac.de Git - cln.git/blobdiff - src/base/digit/cl_D.h
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / base / digit / cl_D.h
index dc0128835eb541fd83ef8cc7d3fad79648415ddf..50643e9faf78e64dd12a98f3959ccca35d8bd5d5 100644 (file)
@@ -3,10 +3,10 @@
 #ifndef _CL_D_H
 #define _CL_D_H
 
-#include "cl_types.h"
+#include "cln/types.h"
 #include "cl_low.h"
 
-// Aus cl_types.h importiere:
+// Aus cln/types.h importiere:
 // intDsize        Anzahl Bits in einem Digit
 // uintD, sintD    Integer-Typen für ein Digit
 // log2_intDsize   log2(intDsize)
@@ -24,6 +24,7 @@
   #endif
 #endif
 
+namespace cln {
 
 // Vorzeichen eines Digit bestimmen
 // sign_of_sintD(wert)
@@ -220,4 +221,6 @@ inline sint32 sign_of_sintD (sintD wert)
   inline uint64 logcountD (uint64 x64) { logcount_64(); return x64; }
 #endif
 
+}  // namespace cln
+
 #endif /* _CL_D_H */