X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvalue.h;h=c751060ee8a7ed41b226ec0416f642f0f2814372;hb=c3bd77adba5746aae895e6a354aada4e694c0e3f;hp=118e6cd815fe012665392eeabc0b704560b52529;hpb=0730ccfa7528b67b7b2d699925668ea3a6e77b75;p=pspp-builds.git diff --git a/src/data/value.h b/src/data/value.h index 118e6cd8..c751060e 100644 --- a/src/data/value.h +++ b/src/data/value.h @@ -18,6 +18,7 @@ #define value_h 1 #include +#include #include #include "minmax.h" #include @@ -33,7 +34,7 @@ /* Special values. */ #define SYSMIS (-DBL_MAX) -#define LOWEST second_lowest_value +#define LOWEST (float_get_lowest ()) #define HIGHEST DBL_MAX /* Number of "union value"s required for a variable of the given