2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/stdlib.h (strtod): Remove possible static declaration to resolve issue with gcc. Thanks to Tobias Burnus for the report.
This commit is contained in:
parent
ec05c53dde
commit
6b58abe537
@ -1,3 +1,10 @@
|
|||||||
|
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/stdlib.h (strtod): Remove possible static declaration to resolve
|
||||||
|
issue with gcc.
|
||||||
|
|
||||||
|
Thanks to Tobias Burnus for the report.
|
||||||
|
|
||||||
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* include/stdlib.h (_rotl, _lrotl, _rotr, _lrotr): Resolve conflict with gcc
|
* include/stdlib.h (_rotl, _lrotl, _rotr, _lrotr): Resolve conflict with gcc
|
||||||
|
@ -310,11 +310,6 @@ _CRTIMP long __cdecl __MINGW_NOTHROW _wtol (const wchar_t *);
|
|||||||
#endif
|
#endif
|
||||||
#if !defined __NO_ISOCEXT /* in libmingwex.a */
|
#if !defined __NO_ISOCEXT /* in libmingwex.a */
|
||||||
double __cdecl __MINGW_NOTHROW __strtod (const char*, char**);
|
double __cdecl __MINGW_NOTHROW __strtod (const char*, char**);
|
||||||
#ifdef __cplusplus
|
|
||||||
/* We require a function with external linkage. */
|
|
||||||
#else
|
|
||||||
static
|
|
||||||
#endif /* Not __cplusplus */
|
|
||||||
__inline__ double __cdecl __MINGW_NOTHROW
|
__inline__ double __cdecl __MINGW_NOTHROW
|
||||||
strtod (const char* __restrict__ __nptr, char** __restrict__ __endptr)
|
strtod (const char* __restrict__ __nptr, char** __restrict__ __endptr)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user