@@ -66,10 +66,15 @@ * However, the MinGW version __strtod seems to be ok. */ #ifdef __MINGW32__ # define strtod __strtod #endif + +#ifdef OF_AMIGAOS3 +/* libnix has strtod, but not strtof */ +# define strtof strtod +#endif static struct { Class isa; } placeholder;