]> www.ginac.de Git - cln.git/commitdiff
* include/cln/floatformat.h: Do define a type here.
authorRichard Kreckel <kreckel@ginac.de>
Wed, 30 Jun 2004 21:50:26 +0000 (21:50 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Wed, 30 Jun 2004 21:50:26 +0000 (21:50 +0000)
ChangeLog
include/cln/floatformat.h

index ca1545a84d05889231740789beee47361c3af6fe..69b6e187360eeb872458e735b8077f110359b8a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * include/cln/floatformat.h: Do define a type here.
+
 2004-06-27  Richard B. Kreckel  <kreckel@ginac.de>
 
        * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.
index cbb26b65bceb734ff2c9d51f638b462efdb373d9..f41200b262b1e8a55f54aed9ef3a30e1401cad0b 100644 (file)
@@ -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,