[BACK]Return to w_lgamma_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_lgamma_r.c between version 1.8 and 1.9

version 1.8, 1999/07/02 15:37:44 version 1.9, 2001/01/06 00:15:00
Line 22  __RCSID("$NetBSD$");
Line 22  __RCSID("$NetBSD$");
 #include "math.h"  #include "math.h"
 #include "math_private.h"  #include "math_private.h"
   
 double lgamma_r __P((double, int *));  
   
   
 #ifdef __STDC__  #ifdef __STDC__
         double lgamma_r(double x, int *signgamp) /* wrapper lgamma_r */          double lgamma_r(double x, int *signgamp) /* wrapper lgamma_r */
 #else  #else

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

CVSweb <webmaster@jp.NetBSD.org>