X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=src%2Fbase%2Fdigit%2Fcl_D.h;h=50643e9faf78e64dd12a98f3959ccca35d8bd5d5;hb=850abfde7f0d985ba01526c346bcd0d733562943;hp=dc0128835eb541fd83ef8cc7d3fad79648415ddf;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/base/digit/cl_D.h b/src/base/digit/cl_D.h index dc01288..50643e9 100644 --- a/src/base/digit/cl_D.h +++ b/src/base/digit/cl_D.h @@ -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 */