|
From: | Rodney Sparapani |
Subject: | [Help-gsl] Re: GSL and C99 standard |
Date: | Tue, 15 Apr 2008 09:00:15 -0500 |
User-agent: | Thunderbird 2.0.0.12 (X11/20080228) |
Brian Gough wrote:
It makes sense to use C99 functions internally where it's possible to do that without breaking C89 compatibility, by providing portable versions as a fallback. We've done some of that with functions like isfinite(), but there are other cases that could be changed.
Hi Brian: I'm glad that you brought up isfinite(). I have never been able to get this C99 feature to work with gcc. Is there some magic trick here? This is for relatively recent gcc (v. 4.x) on both Mac OS X and Solaris.I must be doing something wrong, but I can't seem to figure it out. There must be some clues in GSL somewhere. Any hints?
Thanks, Rodney
[Prev in Thread] | Current Thread | [Next in Thread] |