2008-05-06 Ramiro Polla <ramiro@lisha.ufsc.br>
* mingwex/gdtoa/strtodnrp.c: Remove alias from strtod to __strtod. * include/stdlib.h: Define strtod to __strtod when __NO_ISOCEXT is not set.
This commit is contained in:
@@ -85,6 +85,3 @@ __strtod(CONST char *s, char **sp)
|
||||
u.L[_0] |= 0x80000000L;
|
||||
return u.d;
|
||||
}
|
||||
|
||||
double __cdecl strtod(const char *s, char **sp)
|
||||
__attribute__((alias("__strtod")));
|
||||
|
Reference in New Issue
Block a user