Re: strtold() availability

2014-03-10 Thread Corinna Vinschen
On Mar 10 16:34, Václav Zeman wrote: > On 10 March 2014 11:39, Corinna Vinschen wrote: > > On Mar 10 10:11, Václav Zeman wrote: > >> On 7 March 2014 21:08, Corinna Vinschen wrote: > >> > On Mar 7 17:04, Václav Zeman wrote: > >> >> Hi. > >> >> > >> >> This bit from /usr/include/stdlib.h hides the `

Re: strtold() availability

2014-03-10 Thread Václav Zeman
On 10 March 2014 11:39, Corinna Vinschen wrote: > On Mar 10 10:11, Václav Zeman wrote: >> On 7 March 2014 21:08, Corinna Vinschen wrote: >> > On Mar 7 17:04, Václav Zeman wrote: >> >> Hi. >> >> >> >> This bit from /usr/include/stdlib.h hides the `strtold()` function >> >> even though the `strtold`

Re: strtold() availability

2014-03-10 Thread Corinna Vinschen
On Mar 10 10:11, Václav Zeman wrote: > On 7 March 2014 21:08, Corinna Vinschen wrote: > > On Mar 7 17:04, Václav Zeman wrote: > >> Hi. > >> > >> This bit from /usr/include/stdlib.h hides the `strtold()` function > >> even though the `strtold` symbol appears to be exported from > >> `cygwin1.dll`:

Re: strtold() availability

2014-03-10 Thread Václav Zeman
On 7 March 2014 21:08, Corinna Vinschen wrote: > On Mar 7 17:04, Václav Zeman wrote: >> Hi. >> >> This bit from /usr/include/stdlib.h hides the `strtold()` function >> even though the `strtold` symbol appears to be exported from >> `cygwin1.dll`: >> >> {.c} >> /* On platforms where long double

Re: strtold() availability

2014-03-07 Thread Corinna Vinschen
On Mar 7 17:04, Václav Zeman wrote: > Hi. > > This bit from /usr/include/stdlib.h hides the `strtold()` function > even though the `strtold` symbol appears to be exported from > `cygwin1.dll`: > > {.c} > /* On platforms where long double equals double. */ > #ifdef _LDBL_EQ_DBL > #if !define

strtold() availability

2014-03-07 Thread Václav Zeman
Hi. This bit from /usr/include/stdlib.h hides the `strtold()` function even though the `strtold` symbol appears to be exported from `cygwin1.dll`: {.c} /* On platforms where long double equals double. */ #ifdef _LDBL_EQ_DBL #if !defined(__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) || (_