Get rid of #defines after #error.
authorBen Pfaff <blp@gnu.org>
Sun, 16 Apr 2006 02:54:56 +0000 (02:54 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 16 Apr 2006 02:54:56 +0000 (02:54 +0000)
src/data/ChangeLog
src/data/sfm-private.h

index 91f45fd514dcc46e88c221ea2d45aa41178026a8..cefd144705d92b0c5c021e23505f26bc3cd0441d 100644 (file)
@@ -1,3 +1,8 @@
+Sat Apr 15 19:53:19 2006  Ben Pfaff  <blp@gnu.org>
+
+       * sfm-private.h: Get rid of #defines after #error, which makes no
+       sense.
+
 Sat Apr 15 19:48:57 2006  Ben Pfaff  <blp@gnu.org>
 
        Get rid of our own int32 type in favor of the standard int32_t
index 9aa1e31defb4f39ca519978a1a50c905c6641282..1c951d8ecbea2d974a573c3ff6a3db2b037fcc4a 100644 (file)
@@ -43,8 +43,6 @@
   #define FLT64_MAX LDBL_MAX
 #else
   #error Which one of your basic types is 64-bit floating point?
-  #define flt64 double
-  #define FLT64_MAX DBL_MAX
 #endif
 
 /* Figure out SYSMIS value for flt64. */