cvs commit: src/lib/libc/gen isinf.c
    Marcel Moolenaar 
    marcel at FreeBSD.org
       
    Sat Jul 10 08:52:26 PDT 2004
    
    
  
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
    
    
More information about the cvs-all
mailing list