X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmagic.c;h=40164b21114ff84719019d91f5c157bd9b9f0acc;hb=998c6bac5f1d781505591ac6b3e78df25e566282;hp=d114a9129bc8865d75532d9ba4e834a3a4cd0192;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp diff --git a/src/magic.c b/src/magic.c index d114a9129b..40164b2111 100644 --- a/src/magic.c +++ b/src/magic.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include "magic.h" @@ -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 -