diff --git a/ChangeLog b/ChangeLog index fc5e35e..e06e8ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-28 Richard Kreckel + + * include/cln/number.h (cl_as_N): Remove bogus comment. + 2001-01-22 Richard Kreckel * configure.in: Make build in separate builddir possible (again). diff --git a/include/cln/number.h b/include/cln/number.h index a8c9677..aff318b 100644 --- a/include/cln/number.h +++ b/include/cln/number.h @@ -196,11 +196,6 @@ CL_DEFINE_FLOAT_CONSTRUCTOR(cl_number) CL_DEFINE_DOUBLE_CONSTRUCTOR(cl_number) -// Conversion: -//inline cl_N& cl_as_N (const cl_number& x) -//{ return *(cl_N*)(&x); } - - // Hack section. // Conversions to subtypes without checking, template version: