ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/biggerlib.c
(Generate patch)

Comparing ray/src/common/biggerlib.c (file contents):
Revision 3.5 by greg, Mon Aug 4 22:37:53 2003 UTC vs.
Revision 3.6 by greg, Sat Apr 5 00:34:46 2025 UTC

# Line 78 | Line 78 | l_yn(char *nm)
78   static double
79   l_erf(char *nm)
80   {
81 <    extern double  erf();
81 >    extern double  erf(double x);
82  
83      return(erf(argument(1)));
84   }
# Line 87 | Line 87 | l_erf(char *nm)
87   static double
88   l_erfc(char *nm)
89   {
90 <    extern double  erfc();
90 >    extern double  erfc(double x);
91  
92      return(erfc(argument(1)));
93   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines