Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2004 15:52:26 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen isinf.c
Message-ID:  <200407101552.i6AFqQB7030330@repoman.freebsd.org>

index | next in thread | raw e-mail

marcel      2004-07-10 15:52:26 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         isinf.c 
  Log:
  Unbreak alpha: On alpha a long double is the same as a double and
  consequently the exponent is only 11 bits. Testing whether the
  exponent equals 32767 in that case only effects to compiler warnings
  and thus build breakage.
  
  Revision  Changes    Path
  1.2       +4 -0      src/lib/libc/gen/isinf.c


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407101552.i6AFqQB7030330>