From 684ae5ac173cba2b80173348b225ba4dc2ece6a4 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 30 Jun 2004 21:50:26 +0000 Subject: [PATCH] * include/cln/floatformat.h: Do define a type here. --- ChangeLog | 4 ++++ include/cln/floatformat.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ca1545a..69b6e18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-28 Ralf Wildenhues + + * include/cln/floatformat.h: Do define a type here. + 2004-06-27 Richard B. Kreckel * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness. diff --git a/include/cln/floatformat.h b/include/cln/floatformat.h index cbb26b6..f41200b 100644 --- a/include/cln/floatformat.h +++ b/include/cln/floatformat.h @@ -8,7 +8,7 @@ namespace cln { // Float format specifier type. (Float mantissa precision in bits.) -typedef enum float_format_t { +enum float_format_t { float_format_sfloat = 17, float_format_ffloat = 24, float_format_dfloat = 53,