This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AIX 4.3.3



Sorry to follow-up my own post, but just thought that I

> --- hypot.c.old Thu Sep 28 16:44:13 2000
> +++ hypot.c     Thu Sep 28 16:43:48 2000
> @@ -20,9 +20,9 @@
>  #include <config.h>
>  #include <math.h>
>  
> -inline double gsl_hypot (const double x, const double y);
> +double gsl_hypot (const double x, const double y);
>  
> -inline double gsl_hypot (const double x, const double y)
> +double gsl_hypot (const double x, const double y)
>  {
>    double xabs = fabs(x) ;
>    double yabs = fabs(y) ;

-- 
Toby White, University Chemical Lab., Lensfield Road, Cambridge. CB2 1EW. U.K.
<tow@theor.ch.cam.ac.uk> for archival and encrypted mail. GPG Key ID: 1DE9DE75
<toby.white@vodafone.net> for immediate attention.
Web: http://ket.ch.cam.ac.uk/people/tow/index.html
Tel: +44 1223 336423
Fax: +44 7747 609139

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]