[BACK]Return to w_gammaf_r.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/w_gammaf_r.c between version 1.5 and 1.6

version 1.5, 1997/10/09 11:34:57 version 1.6, 1999/07/02 15:37:44
Line 8 
Line 8 
  *   *
  * Developed at SunPro, a Sun Microsystems, Inc. business.   * Developed at SunPro, a Sun Microsystems, Inc. business.
  * Permission to use, copy, modify, and distribute this   * Permission to use, copy, modify, and distribute this
  * software is freely granted, provided that this notice   * software is freely granted, provided that this notice
  * is preserved.   * is preserved.
  * ====================================================   * ====================================================
  */   */
Line 18 
Line 18 
 __RCSID("$NetBSD$");  __RCSID("$NetBSD$");
 #endif  #endif
   
 /*  /*
  * wrapper float gammaf_r(float x, int *signgamp)   * wrapper float gammaf_r(float x, int *signgamp)
  */   */
   
Line 51  float gammaf_r __P((float, int *));
Line 51  float gammaf_r __P((float, int *));
         } else          } else
             return y;              return y;
 #endif  #endif
 }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>