X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=src%2Finteger%2Fconv%2Fcl_I_from_DS.cc;h=883f98fce4e8f55d075e7cfd0e45885cab4cb87e;hb=e52830748240df6b0ab51d8a78243c88132f6c75;hp=8c4fb2db453ab45e45a180b58814d5edbc82240e;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/integer/conv/cl_I_from_DS.cc b/src/integer/conv/cl_I_from_DS.cc index 8c4fb2d..883f98f 100644 --- a/src/integer/conv/cl_I_from_DS.cc +++ b/src/integer/conv/cl_I_from_DS.cc @@ -9,13 +9,15 @@ // Implementation. -#include "cl_number.h" +#include "cln/number.h" #include "cl_DS.h" #undef MAYBE_INLINE #define MAYBE_INLINE inline #include "cl_I_from_NDS.cc" +namespace cln { + MAYBE_INLINE2 const cl_I DS_to_I (const uintD* MSDptr, uintC len) { @@ -39,3 +41,5 @@ const cl_I DS_to_I (const uintD* MSDptr, uintC len) // aber NDS_to_I wird auch damit fertig. return NDS_to_I(MSDptr,len); } + +} // namespace cln