X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmagic.c;h=8357c85c2d83f162376de04c01d5c59fca0f78eb;hb=2e0595dd8e344dbdcab740d7d2a3b67d153d6b39;hp=d114a9129bc8865d75532d9ba4e834a3a4cd0192;hpb=fa77efde13ecbb261b90109142453850b283b950;p=pspp-builds.git diff --git a/src/magic.c b/src/magic.c index d114a912..8357c85c 100644 --- a/src/magic.c +++ b/src/magic.c @@ -26,8 +26,7 @@ int endian; #endif -#ifndef SECOND_LOWEST_VALUE -/* "Second lowest" value for a flt64; that is, (-FLT64_MAX) + epsilon. */ -double second_lowest_value; +/* magic.h */ +#ifndef __GNUC__ +union cvt_dbl second_lowest_value_union = {SECOND_LOWEST_BYTES}; #endif -