[BACK]Return to s_isnan.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libm / src

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

Diff for /src/lib/libm/src/s_isnan.c between version 1.8 and 1.9

version 1.8, 1995/05/10 20:47:36 version 1.9, 1997/10/09 11:32:25
Line 10 
Line 10 
  * ====================================================   * ====================================================
  */   */
   
   #include <sys/cdefs.h>
 #if defined(LIBM_SCCS) && !defined(lint)  #if defined(LIBM_SCCS) && !defined(lint)
 static char rcsid[] = "$NetBSD$";  __RCSID("$NetBSD$");
 #endif  #endif
   
 /*  /*

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>