[BACK]Return to infinityf_ieee754.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/infinityf_ieee754.c between version 1.1 and 1.2

version 1.1, 2003/10/25 22:31:20 version 1.2, 2005/06/12 05:21:27
Line 4 
Line 4 
  * IEEE-compatible infinityf.c -- public domain.   * IEEE-compatible infinityf.c -- public domain.
  */   */
   
   #include <sys/cdefs.h>
   #if defined(LIBC_SCCS) && !defined(lint)
   __RCSID("$NetBSD$");
   #endif /* LIBC_SCCS and not lint */
   
 #include <math.h>  #include <math.h>
 #include <machine/endian.h>  #include <machine/endian.h>
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>